fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
better annotations dictionary
[redakcja.git]
/
redakcja
/
static
/
css
/
master.css
diff --git
a/redakcja/static/css/master.css
b/redakcja/static/css/master.css
index
f6266df
..
b71520f
100644
(file)
--- a/
redakcja/static/css/master.css
+++ b/
redakcja/static/css/master.css
@@
-116,12
+116,12
@@
body {
#header h1, #header h1 a {
margin: 0;
padding: 0;
#header h1, #header h1 a {
margin: 0;
padding: 0;
- font:
17
px Helvetica, Verdana, sans-serif;
+ font:
9
px Helvetica, Verdana, sans-serif;
font-weight: bold;
float: left;
font-weight: bold;
float: left;
- padding: 3px
6px 2px 6
px;
+ padding: 3px
3px 2px 3
px;
color: #222;
color: #222;
- line-height: 20px;
+
#
line-height: 20px;
}
#header h1 a {
}
#header h1 a {
@@
-129,6
+129,10
@@
body {
color: #222;
}
color: #222;
}
+#header img {
+ border: 0;
+}
+
.tabs {
overflow: hidden;
margin: 0;
.tabs {
overflow: hidden;
margin: 0;
@@
-145,7
+149,6
@@
body {
}
.tabs li {
}
.tabs li {
- height: 18px;
margin-top: 6px;
margin-bottom: 0px;
margin-top: 6px;
margin-bottom: 0px;
@@
-154,10
+157,6
@@
body {
display: block;
float: left;
display: block;
float: left;
- padding-left: 12px;
- padding-right: 12px;
- padding-top: 5px;
-
font-weight: bold;
color: #222;
margin-left: 4px;
font-weight: bold;
color: #222;
margin-left: 4px;
@@
-175,10
+174,27
@@
body {
-webkit-border-bottom-right-radius: 0px;
}
-webkit-border-bottom-right-radius: 0px;
}
+#tabs li {
+ height: 18px;
+ padding-left: 12px;
+ padding-right: 12px;
+ padding-top: 5px;
+}
+
.tabs li.active {
background-color: #C1C1C1;
}
.tabs li.active {
background-color: #C1C1C1;
}
+
+#tabs-right li {
+ height: 20px;
+ padding-left: 12px;
+ padding-right: 12px;
+ padding-top: 3px;
+}
+
+
+
#tools {
float: right;
clear: right;
#tools {
float: right;
clear: right;
@@
-300,3
+316,15
@@
img.tabclose {
.wers_akap {
padding-left: 1em;
}
.wers_akap {
padding-left: 1em;
}
+
+.saveNotify {
+ position:absolute; bottom:7px; left:30px; z-index:800; background-color: #E6E6E6; padding:20px; border: 1px solid black;
+}
+
+.notifyTip {
+ font-size:12px; float:right;
+}
+
+.saveNotify span {
+ font-weight: bold;
+}