diff options
author | Tobias Diekershoff <tobias.diekershoff@gmx.net> | 2011-05-26 08:20:27 +0200 |
---|---|---|
committer | Tobias Diekershoff <tobias.diekershoff@gmx.net> | 2011-05-26 08:20:27 +0200 |
commit | 5e01432c6f15714370f3fd4f07eaf35615052955 (patch) | |
tree | aa4ae49533710af5c301dd2f160bd6344d30cc10 /view | |
parent | e9df9d22c050c32739cf5a54dbda23f66d094280 (diff) | |
parent | 61b730d567ac4bb648a8d4399f35ca0d32328d40 (diff) | |
download | volse-hubzilla-5e01432c6f15714370f3fd4f07eaf35615052955.tar.gz volse-hubzilla-5e01432c6f15714370f3fd4f07eaf35615052955.tar.bz2 volse-hubzilla-5e01432c6f15714370f3fd4f07eaf35615052955.zip |
Merge branch 'master' of git://github.com/friendika/friendika
Diffstat (limited to 'view')
-rw-r--r-- | view/theme/dispy/style.css | 17 | ||||
-rw-r--r-- | view/theme/duepuntozero/style.css | 2 | ||||
-rw-r--r-- | view/theme/loozah/style.css | 9 |
3 files changed, 20 insertions, 8 deletions
diff --git a/view/theme/dispy/style.css b/view/theme/dispy/style.css index 9ef5df0ce..51cb6dd4a 100644 --- a/view/theme/dispy/style.css +++ b/view/theme/dispy/style.css @@ -336,6 +336,9 @@ aside #viewcontacts { text-align: right;} #acl-wrapper-end, #profile-jot-end { clear: both; height: 5px; } + + + /** * section */ @@ -441,7 +444,7 @@ section { margin: 10px 11% 0px 11%; font-size: 0.8em; padding-right: 230px;} height: 30px; } -.wallwall .wwto img { width: 30px; height: 30px;} +.wallwall .wwto img { width: 30px!important; height: 30px!important;} .wallwall .wall-item-photo-end { clear: both; } .wall-item-arrowphoto-wrapper { position: absolute; @@ -474,7 +477,7 @@ section { margin: 10px 11% 0px 11%; font-size: 0.8em; padding-right: 230px;} .ccollapse-wrapper { font-size: 0.9em; margin-left: 80px; } .wall-item-outside-wrapper.comment { margin-left: 80px; } -.wall-item-outside-wrapper.comment .wall-item-photo { width: 40px; height: 40px;} +.wall-item-outside-wrapper.comment .wall-item-photo { width: 40px!important; height: 40px!important;} .wall-item-outside-wrapper.comment .wall-item-photo-wrapper {width: 40px; height: 40px; } .wall-item-outside-wrapper.comment .wall-item-photo-menu-button { width: 50px; top: 45px; background-position: 35px center; @@ -719,7 +722,8 @@ section { margin: 10px 11% 0px 11%; font-size: 0.8em; padding-right: 230px;} /** * contacts selector */ - +#group-edit-desc { margin: 10px 0xp; } +#group-members, #prof-members { height: 200px; overflow: auto; @@ -728,6 +732,7 @@ section { margin: 10px 11% 0px 11%; font-size: 0.8em; padding-right: 230px;} -moz-border-radius: 5px 5px 0px 0px; border-radius: 5px 5px 0px 0px; } +#group-all-contacts, #prof-all-contacts { height: 200px; overflow: auto; @@ -736,6 +741,8 @@ section { margin: 10px 11% 0px 11%; font-size: 0.8em; padding-right: 230px;} -moz-border-radius: 0px 0px 5px 5px; border-radius: 0px 0px 5px 5px; } +#group-members h3, +#group-all-contacts h3, #prof-members h3, #prof-all-contacts h3{ color: #eeeeec; @@ -743,7 +750,7 @@ section { margin: 10px 11% 0px 11%; font-size: 0.8em; padding-right: 230px;} margin: 0px; padding: 5px; } - +#group-separator, #prof-separator { display: none;} /** @@ -807,7 +814,7 @@ section { margin: 10px 11% 0px 11%; font-size: 0.8em; padding-right: 230px;} .attachtype { display: block; width: 20px; height: 23px; - background-image: url('../../../images/content-types.gif'); + background-image: url('../../../images/content-types.png'); } .type-video { background-position: 0px; 0px; } diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index f44931a5f..2bac4238e 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -2434,7 +2434,7 @@ a.mail-list-link { .attachtype { display: block; width: 20px; height: 23px; float: left; - background-image: url('../../../images/content-types.gif'); + background-image: url('../../../images/content-types.png'); } .body-attach { diff --git a/view/theme/loozah/style.css b/view/theme/loozah/style.css index 370e5c61a..9c6c0120b 100644 --- a/view/theme/loozah/style.css +++ b/view/theme/loozah/style.css @@ -114,8 +114,10 @@ blockquote:before { #profile-link, #profile-title, #wall-image-upload, +#wall-file-upload, #profile-upload-wrapper, #wall-image-upload-div, +#wall-file-upload-div, .hover, .focus { cursor: pointer; } @@ -1203,7 +1205,10 @@ padding: 5px 10px 0px; float: left; margin-left: 30px; } - +#profile-attach-wrapper { + float: left; + margin-left: 30px; +} #profile-rotator { float: left; margin-left: 30px; @@ -2445,7 +2450,7 @@ a.mail-list-link { .attachtype { display: block; width: 20px; height: 23px; float: left; - background-image: url('../../../images/content-types.gif'); + background-image: url('../../../images/content-types.png'); } .body-attach { |