diff options
author | Michael Vogel <icarus@dabo.de> | 2012-05-29 16:09:26 +0200 |
---|---|---|
committer | Michael Vogel <icarus@dabo.de> | 2012-05-29 16:09:26 +0200 |
commit | 68757f25042b02624bfb748c25029023b3082f62 (patch) | |
tree | 676489a112b4d972e1e5626a6dadfd604fc9ce7a /view/theme/duepuntozero | |
parent | a08232fa955385b2eaff5f9094b39071fb1632ae (diff) | |
parent | 2eafa9a47519f9f35c5eb568cf4235c092c1dcce (diff) | |
download | volse-hubzilla-68757f25042b02624bfb748c25029023b3082f62.tar.gz volse-hubzilla-68757f25042b02624bfb748c25029023b3082f62.tar.bz2 volse-hubzilla-68757f25042b02624bfb748c25029023b3082f62.zip |
Merge remote branch 'upstream/master'
Diffstat (limited to 'view/theme/duepuntozero')
-rw-r--r-- | view/theme/duepuntozero/style.css | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index 0abf128a3..07eba1edb 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -338,6 +338,15 @@ div.wall-item-content-wrapper.shiny { font-weight: bold; } +.settings-widget .selected { + padding: 3px; + -moz-border-radius: 3px; + border-radius: 3px; + border: 1px solid #CCCCCC; + background: #F8F8F8; + font-weight: bold; +} + .fakelink:hover { color: #3465a4; text-decoration: underline; @@ -809,8 +818,15 @@ input#dfrn-url { clear: both; } +.settings-widget ul { + list-style-type: none; + padding: 0px; +} - +.settings-widget li { + margin-left: 24px; + margin-bottom: 8px; +} #gender-select, #marital-select, #sexual-select { |