diff options
author | friendica <info@friendica.com> | 2011-12-01 20:57:09 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2011-12-01 20:57:09 -0800 |
commit | d703f4bc52ecc4be95aba966db18b74dfe1d35f2 (patch) | |
tree | 7fa6c503d8706f22262f565ac6763882568e93f7 | |
parent | 513c1c0d683fc770de7d9a78e0a83df9211bb4aa (diff) | |
download | volse-hubzilla-d703f4bc52ecc4be95aba966db18b74dfe1d35f2.tar.gz volse-hubzilla-d703f4bc52ecc4be95aba966db18b74dfe1d35f2.tar.bz2 volse-hubzilla-d703f4bc52ecc4be95aba966db18b74dfe1d35f2.zip |
theme works d'zero
-rw-r--r-- | view/theme/duepuntozero/style.css | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index bc6cc8450..28fb0f19a 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -23,6 +23,7 @@ input { border: 1px solid #666666; -moz-border-radius: 3px; border-radius: 3px; + padding: 3px; } img { border :0px; } @@ -56,6 +57,10 @@ blockquote { padding: 0.4em; } +/*input[type=text] { + padding: 5px; +}*/ + .icollapse-wrapper, .ccollapse-wrapper { border: 1px solid #CCC; padding: 5px; @@ -281,6 +286,8 @@ div.wall-item-content-wrapper.shiny { .group-selected { padding: 3px; + -moz-border-radius: 3px; + border-radius: 3px; border: 1px solid #CCCCCC; background: #F8F8F8; font-weight: bold; @@ -829,6 +836,9 @@ input#dfrn-url { margin-top: 10px; border: 1px solid #CCC; position: relative; + -moz-border-radius: 3px; + border-radius: 3px; + } .wall-item-content-wrapper.comment { @@ -1507,6 +1517,9 @@ input#dfrn-url { color:#cccccc; border: 1px solid #cccccc; padding: 3px 0px 0px 5px; + -moz-border-radius: 3px; + border-radius: 3px; + } @@ -1835,7 +1848,7 @@ a.mail-list-link { } aside input[type='text'] { - width: 180px; + width: 174px; } .widget { |