diff options
author | jpope <jpope@jpope.org> | 2014-01-07 01:05:01 -0600 |
---|---|---|
committer | jpope <jpope@jpope.org> | 2014-01-07 01:05:01 -0600 |
commit | a5ac282c9b21d6076cf548666b24e4925148377d (patch) | |
tree | 7152f441da5441e74927215de043f2d46c757574 /mediagoblin/static | |
parent | ff9b6b51b0ecdd770811297d615edb7969e8cba7 (diff) | |
download | mediagoblin-a5ac282c9b21d6076cf548666b24e4925148377d.tar.lz mediagoblin-a5ac282c9b21d6076cf548666b24e4925148377d.tar.xz mediagoblin-a5ac282c9b21d6076cf548666b24e4925148377d.zip |
debone and redo the header
Diffstat (limited to 'mediagoblin/static')
-rw-r--r-- | mediagoblin/static/css/base.css | 35 |
1 files changed, 18 insertions, 17 deletions
diff --git a/mediagoblin/static/css/base.css b/mediagoblin/static/css/base.css index a3f4bf0e..950954cb 100644 --- a/mediagoblin/static/css/base.css +++ b/mediagoblin/static/css/base.css @@ -78,6 +78,11 @@ a.highlight { color: #fff; } +.header_right a { + text-decoration: none; + color: #fff; +} + em { font-style: italic; } @@ -112,10 +117,19 @@ header { border-bottom: 1px solid #333; } +.header_left { + width: 47%; + margin: 0 0 0 8px; + display: inline-block; +} + .header_right { - margin: 8px; + width: 47%; + margin: 8px 8px 4px 0; display: inline-block; float: right; + text-align: right; + line-height: 1.6em; } .header_dropdown { @@ -801,22 +815,9 @@ pre { } .button_action, .button_action_highlight, .button_form { - padding: 9px 14px; + padding: 5px 14px; } - - header { -/* text-align: center;*/ - } - - .header_right { -/* margin-right: 2%;*/ -/* float: none;*/ - } - - a.logo { -/* margin-left: 2%;*/ - } - + } /* desktop resolutions */ @media screen and (min-width: 960px) { @@ -858,7 +859,7 @@ pre { } .header_right { - float: none; + text-align: center; } } |