fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add annotation - fix
[redakcja.git]
/
redakcja
/
static
/
css
/
master.css
diff --git
a/redakcja/static/css/master.css
b/redakcja/static/css/master.css
index
fd05daa
..
cbfe66a
100644
(file)
--- a/
redakcja/static/css/master.css
+++ b/
redakcja/static/css/master.css
@@
-117,16
+117,22
@@
body {
color: #222;
}
color: #222;
}
-
#
tabs {
+
.
tabs {
overflow: hidden;
margin: 0;
padding: 0;
height: 31px;
border: 0px;
padding-left: 1em;
overflow: hidden;
margin: 0;
padding: 0;
height: 31px;
border: 0px;
padding-left: 1em;
+ float: left;
+}
+
+#tabs-right {
+ float: right;
+ padding-right: 1em;
}
}
-
#
tabs li {
+
.
tabs li {
height: 18px;
margin-top: 6px;
margin-bottom: 0px;
height: 18px;
margin-top: 6px;
margin-bottom: 0px;
@@
-157,7
+163,7
@@
body {
-webkit-border-bottom-right-radius: 0px;
}
-webkit-border-bottom-right-radius: 0px;
}
-
#
tabs li.active {
+
.
tabs li.active {
background-color: #C1C1C1;
}
background-color: #C1C1C1;
}