aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/static/css/base.css
diff options
context:
space:
mode:
authorJef van Schendel <mail@jefvanschendel.nl>2012-03-25 21:33:52 +0200
committerJef van Schendel <mail@jefvanschendel.nl>2012-03-25 21:33:52 +0200
commitafcb08553edb682788a9c713cba06196c1e48297 (patch)
tree447a40c8b6ca3674f8d324f1f70359201a35d659 /mediagoblin/static/css/base.css
parent5101f84404e5b00af5a202d08eae33b152c81853 (diff)
downloadmediagoblin-afcb08553edb682788a9c713cba06196c1e48297.tar.lz
mediagoblin-afcb08553edb682788a9c713cba06196c1e48297.tar.xz
mediagoblin-afcb08553edb682788a9c713cba06196c1e48297.zip
Header style change
Diffstat (limited to 'mediagoblin/static/css/base.css')
-rw-r--r--mediagoblin/static/css/base.css13
1 files changed, 4 insertions, 9 deletions
diff --git a/mediagoblin/static/css/base.css b/mediagoblin/static/css/base.css
index 909c9790..34be4f16 100644
--- a/mediagoblin/static/css/base.css
+++ b/mediagoblin/static/css/base.css
@@ -113,10 +113,10 @@ input, textarea {
}
header {
- width: 100%;
- padding-top: 14px;
+ width: 98%;
+ padding: 6px 1% 0;
margin-bottom: 20px;
- border-bottom: 1px solid #333;
+ background-color: #222;
}
.header_right {
@@ -144,7 +144,7 @@ footer {
height: 30px;
border-top: 1px solid #333;
bottom: 0px;
- padding-top: 8px;
+ padding: 8px 0;
text-align: center;
font-size: 0.875em;
clear: both;
@@ -560,11 +560,6 @@ table.media_panel th {
padding: 9px 14px;
}
- .header_right {
- float: none;
- display: inline-block;
- }
-
header {
text-align: center;
}