diff options
author | Simon L'nu <simon.lnu@gmail.com> | 2012-03-09 00:26:54 -0500 |
---|---|---|
committer | Simon L'nu <simon.lnu@gmail.com> | 2012-03-09 00:26:54 -0500 |
commit | 81f5b0e2df3a8c9bda2101d5e5cc4d179da7141c (patch) | |
tree | 9cc1e65caffa2e19b803544b16bc5f1c9330d6ba /view/theme/dispy | |
parent | dc8d060d4d67c0ec9096ab90afe428586cfc5a59 (diff) | |
download | volse-hubzilla-81f5b0e2df3a8c9bda2101d5e5cc4d179da7141c.tar.gz volse-hubzilla-81f5b0e2df3a8c9bda2101d5e5cc4d179da7141c.tar.bz2 volse-hubzilla-81f5b0e2df3a8c9bda2101d5e5cc4d179da7141c.zip |
[theme:dispy] optimised the pngs: bet. 0 and 30% savings in size. style label elemnts.
Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
Diffstat (limited to 'view/theme/dispy')
-rw-r--r-- | view/theme/dispy/icons.png | bin | 28752 -> 18998 bytes | |||
-rw-r--r--[-rwxr-xr-x] | view/theme/dispy/next.png | bin | 891 -> 590 bytes | |||
-rw-r--r-- | view/theme/dispy/notifications.png | bin | 3115 -> 2494 bytes | |||
-rw-r--r--[-rwxr-xr-x] | view/theme/dispy/premium.png | bin | 2317 -> 2304 bytes | |||
-rw-r--r--[-rwxr-xr-x] | view/theme/dispy/prev.png | bin | 853 -> 593 bytes | |||
-rw-r--r-- | view/theme/dispy/style.css | 30 | ||||
-rw-r--r-- | view/theme/dispy/tag.png | bin | 632 -> 571 bytes |
7 files changed, 25 insertions, 5 deletions
diff --git a/view/theme/dispy/icons.png b/view/theme/dispy/icons.png Binary files differindex a59a80358..2f0459bd3 100644 --- a/view/theme/dispy/icons.png +++ b/view/theme/dispy/icons.png diff --git a/view/theme/dispy/next.png b/view/theme/dispy/next.png Binary files differindex 353e2e72a..5e0067c4b 100755..100644 --- a/view/theme/dispy/next.png +++ b/view/theme/dispy/next.png diff --git a/view/theme/dispy/notifications.png b/view/theme/dispy/notifications.png Binary files differindex 37ebdf1e3..66c432eac 100644 --- a/view/theme/dispy/notifications.png +++ b/view/theme/dispy/notifications.png diff --git a/view/theme/dispy/premium.png b/view/theme/dispy/premium.png Binary files differindex 1ad601c0f..d2855a4f5 100755..100644 --- a/view/theme/dispy/premium.png +++ b/view/theme/dispy/premium.png diff --git a/view/theme/dispy/prev.png b/view/theme/dispy/prev.png Binary files differindex 0ae6022af..10b10d74f 100755..100644 --- a/view/theme/dispy/prev.png +++ b/view/theme/dispy/prev.png diff --git a/view/theme/dispy/style.css b/view/theme/dispy/style.css index f7a1b295c..0977d5fcb 100644 --- a/view/theme/dispy/style.css +++ b/view/theme/dispy/style.css @@ -45,12 +45,18 @@ body { font-size: 16px; line-height: 1.1em; } - body, button, input, select, textarea { font-family: sans-serif; color: #222; background-color: rgb(254,254,254); - background-color: rgba(254,254,254,255); +} +select { + border: 1px #555 dotted; + padding: 3px; + margin: 2px; +} +option { + padding: 3px; } /* remember to define focus styles! */ :focus { @@ -1992,7 +1998,9 @@ div[id$="wrapper"] br { text-decoration: none; text-align: center; } - +#peoplefind-sidebar form { + margin-bottom: 10px; +} #sidebar-new-group:hover { /*background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #b20202), color-stop(1, #d60808) );*/ /*background: -moz-linear-gradient( center top, #b20202 5%, #d60808 100% );*/ @@ -2003,6 +2011,18 @@ div[id$="wrapper"] br { position: relative; top: 1px; } +#side-peoplefind-url { + background-color: #e5e0cf; + color: #666; + border: 1px 666 solid; + margin-right: 3px; + width: 75%; +} +#side-peoplefind-url:hover, #side-peoplefind-url:focus { + background-color: #efefef; + color: #222; + border: 1px 333 solid; +} .nets-ul { list-style-type: none; padding-left: 0px; @@ -2110,7 +2130,7 @@ div[id$="wrapper"] br { overflow: auto; width: 100%; } -.field label { +.field label, label { float: left; width: 275px; display: block; @@ -2122,7 +2142,7 @@ div[id$="wrapper"] br { background: #eee; vertical-align: middle; } -.field input { +.field input, input[type="text"] { width: 250px; height: 25px; border: 1px #999 solid; diff --git a/view/theme/dispy/tag.png b/view/theme/dispy/tag.png Binary files differindex aca10707a..9b5a7223e 100644 --- a/view/theme/dispy/tag.png +++ b/view/theme/dispy/tag.png |