diff options
author | Simon L'nu <simon.lnu@gmail.com> | 2012-03-11 01:32:11 -0500 |
---|---|---|
committer | Simon L'nu <simon.lnu@gmail.com> | 2012-03-11 01:32:11 -0500 |
commit | f7ade749b827c22efe873b4f99941a1b7e5d0d62 (patch) | |
tree | 1947ec331792e04738eee768942223797c3932bc /view/theme/dispy | |
parent | dfdf0f13357d9e8a66d10da9e0f8506a010e2ab2 (diff) | |
download | volse-hubzilla-f7ade749b827c22efe873b4f99941a1b7e5d0d62.tar.gz volse-hubzilla-f7ade749b827c22efe873b4f99941a1b7e5d0d62.tar.bz2 volse-hubzilla-f7ade749b827c22efe873b4f99941a1b7e5d0d62.zip |
preliminary dispy-dark theme. WIP! did i say "WIP!"? yes, i did. WIP!
Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
Diffstat (limited to 'view/theme/dispy')
-rw-r--r-- | view/theme/dispy/style.css | 17 |
1 files changed, 4 insertions, 13 deletions
diff --git a/view/theme/dispy/style.css b/view/theme/dispy/style.css index 0977d5fcb..1bee0396c 100644 --- a/view/theme/dispy/style.css +++ b/view/theme/dispy/style.css @@ -57,6 +57,7 @@ select { } option { padding: 3px; + vertical-align: middle; } /* remember to define focus styles! */ :focus { @@ -75,17 +76,6 @@ mark { font-style: italic; font-weight: bold; } -ins { - background: #ff9; - color: #000; - text-decoration: none; -} -mark { - background: #ff0; - color: #000; - font-style: italic; - font-weight: bold; -} /* Redeclare monospace font family: h5bp.com/j */ pre, code, kbd, samp, .wall-item-body code { font-family: monospace, monospace; @@ -1302,7 +1292,7 @@ section { **/ .wall-item-body code { display: block; - padding-left: 10px; + padding: 0 0 10px 5px; border-color: #ccc; border-style: solid; border-width: 1px 1px 1px 10px; @@ -1768,9 +1758,10 @@ div[id$="wrapper"] br { * contacts selector */ .group-delete-wrapper { - margin: -28px 150px 0 0; + margin: -31px 122px 0 0; float: right; } + #group-edit-submit-wrapper { margin: 0 0 10px 0; display: inline; |