X-Git-Url: http://git.bytex64.net/?a=blobdiff_plain;f=www%2Fcss%2Fblerg.css;h=48b63f9b3b98860628387f18d92cd2fb22a56d7e;hb=HEAD;hp=cf411e591a35e6f9f7331059b4c15a2f8ef19ff7;hpb=b1acd335f975b9553e68cb66c81eef117821d296;p=blerg.git diff --git a/www/css/blerg.css b/www/css/blerg.css index cf411e5..48b63f9 100644 --- a/www/css/blerg.css +++ b/www/css/blerg.css @@ -124,7 +124,7 @@ a > img { } } -.feed-button.new { +.blerg-controls button.new { background-color: #E4C010; } @@ -167,7 +167,11 @@ h1, h2, h3 { } .blerg-main h2 { - margin: 8pt 0; + margin: 40px 0 17px 0; +} + +.blerg-main h2:first-child { + margin: 0 0 17px 0; } .blerg-post { @@ -490,7 +494,8 @@ h1, h2, h3 { margin: 0; } -.blerg-dialog .onyx-groupbox { +.blerg-dialog .onyx-groupbox, +.blerg-form .onyx-groupbox { margin: 8px 0; } @@ -514,6 +519,25 @@ h1, h2, h3 { font-weight: bold; } +.onyx-input-decorator.recovery { + min-height: 22px; + vertical-align: top; + margin-right: 1em; +} + +.onyx-button.recovery { + background-color: orange; + font-size: 16px; + font-weight: bold; + min-height: 40px; +} + +p.recovery { + background-color: orange; + font-size: 20px; + padding: 6px; +} + table.help td { padding: 2pt 8pt; } @@ -523,4 +547,18 @@ footer { margin: 15pt; font-size: small; color: #333; + text-align: right; +} + +footer a { + color: #333; + margin-left: 1em; +} + +.email-address { + font-weight: bold; +} + +.enyo-no-touch-action#blerg { + -ms-touch-action: pan-y; }