diff options
author | friendica <info@friendica.com> | 2012-05-28 19:17:06 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-05-28 19:17:06 -0700 |
commit | 2dc7e53435ffcc6dc7e450c15c7b2518b27ec2e5 (patch) | |
tree | a7123237f8f3f5192e32981d064116d3ae6e6f90 /view/theme/duepuntozero | |
parent | 10a057b97959d5915c9eab1947bea7b039d3218b (diff) | |
download | volse-hubzilla-2dc7e53435ffcc6dc7e450c15c7b2518b27ec2e5.tar.gz volse-hubzilla-2dc7e53435ffcc6dc7e450c15c7b2518b27ec2e5.tar.bz2 volse-hubzilla-2dc7e53435ffcc6dc7e450c15c7b2518b27ec2e5.zip |
more theme cleanup
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 { |