fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Merge branch 'master' of git@stigma.nowoczesnapolska.org.pl:platforma
[redakcja.git]
/
project
/
static
/
css
/
master.css
diff --git
a/project/static/css/master.css
b/project/static/css/master.css
index
8b97114
..
5f567e0
100644
(file)
--- a/
project/static/css/master.css
+++ b/
project/static/css/master.css
@@
-4,10
+4,21
@@
body {
overflow: hidden;
}
overflow: hidden;
}
-#breadcrumbs {
- padding: 2px 10px;
+#header {
+ position: relative;
+ padding: 2px 0.5em;
background-color: #CDCDCD;
background-color: #CDCDCD;
- border-bottom: 1px solid #858585;
+ border-bottom: 1px solid black;
+ clear: both;
+}
+
+#header #breadcrumbs {
+
+}
+
+#header #login_info {
+ position: absolute;
+ right: 1em;
}
ul {
}
ul {
@@
-205,3
+216,18
@@
label {
color: #FFF;
cursor: default;
}
color: #FFF;
cursor: default;
}
+
+
+div.isection {
+ margin: 1em auto;
+ border: 1px solid black;
+ padding: 0.5em 2em;
+ background: #9f9ffa;
+
+ width: 60%;
+}
+
+div.isection p {
+ margin: 0.5em 1em;
+}
+