aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/dispy
diff options
context:
space:
mode:
authorSimon <simon@kisikew.org>2012-03-10 22:33:40 -0800
committerSimon <simon@kisikew.org>2012-03-10 22:33:40 -0800
commit50863a19eb9c74ca336df609dbb9dfe5a9c39a31 (patch)
tree1947ec331792e04738eee768942223797c3932bc /view/theme/dispy
parent5915325367013f96ffdabb7ef5ca56aa652ccd8d (diff)
parentf7ade749b827c22efe873b4f99941a1b7e5d0d62 (diff)
downloadvolse-hubzilla-50863a19eb9c74ca336df609dbb9dfe5a9c39a31.tar.gz
volse-hubzilla-50863a19eb9c74ca336df609dbb9dfe5a9c39a31.tar.bz2
volse-hubzilla-50863a19eb9c74ca336df609dbb9dfe5a9c39a31.zip
Merge pull request #119 from simonlnu/master
preliminary dispy-dark theme. WIP! did i say "WIP!"? yes, i did. WIP!
Diffstat (limited to 'view/theme/dispy')
-rw-r--r--view/theme/dispy/style.css17
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;