diff options
author | tommy tomson <thomas.bierey@gmx.de> | 2012-03-30 17:52:29 +0200 |
---|---|---|
committer | tommy tomson <thomas.bierey@gmx.de> | 2012-03-30 17:52:29 +0200 |
commit | f50fb7d6ca47729c7cb464f84b768d56e35b62d6 (patch) | |
tree | 63451955bbcecb27834c96c47c49b71e3b5a66dc /view/theme/diabook-aerith | |
parent | 6d3d882f9b930143562d0d2cee27060a58495231 (diff) | |
download | volse-hubzilla-f50fb7d6ca47729c7cb464f84b768d56e35b62d6.tar.gz volse-hubzilla-f50fb7d6ca47729c7cb464f84b768d56e35b62d6.tar.bz2 volse-hubzilla-f50fb7d6ca47729c7cb464f84b768d56e35b62d6.zip |
css-fixes in diabook-derivates
Diffstat (limited to 'view/theme/diabook-aerith')
-rw-r--r-- | view/theme/diabook-aerith/style-network.css | 3 | ||||
-rw-r--r-- | view/theme/diabook-aerith/style-profile.css | 3 | ||||
-rw-r--r-- | view/theme/diabook-aerith/style.css | 2 |
3 files changed, 8 insertions, 0 deletions
diff --git a/view/theme/diabook-aerith/style-network.css b/view/theme/diabook-aerith/style-network.css index ea1831a57..b35a70c65 100644 --- a/view/theme/diabook-aerith/style-network.css +++ b/view/theme/diabook-aerith/style-network.css @@ -1039,6 +1039,8 @@ aside #profiles-menu { } aside #search-text { width: 150px; + height: 17px; + padding-left: 10px; border-top-left-radius: 15px; border-top-right-radius: 15px; border-bottom-right-radius: 15px; @@ -1261,6 +1263,7 @@ right_aside #lastusers-wrapper { padding-left: 6px; padding-top: 3px; overflow: right_aside #ra-photos-wrapper { padding-left: 5px; padding-top: 3px; overflow: auto; width: 100%; } #page-sidebar-right_aside{margin-top: 0px; margin-bottom: 30px;} #page-sidebar-right_aside ul {margin-top: 0px;} +#page-sidebar-right_aside .label {max-width: 128px;} right_aside .icon {width: 10px; height: 10px;} .close_box { background-image: url("../../../view/theme/diabook-aerith/icons/close_box.png"); diff --git a/view/theme/diabook-aerith/style-profile.css b/view/theme/diabook-aerith/style-profile.css index 5ff380e68..9c9f8b4e6 100644 --- a/view/theme/diabook-aerith/style-profile.css +++ b/view/theme/diabook-aerith/style-profile.css @@ -1038,6 +1038,8 @@ aside #profiles-menu { } aside #search-text { width: 150px; + height: 17px; + padding-left: 10px; border-top-left-radius: 15px; border-top-right-radius: 15px; border-bottom-right-radius: 15px; @@ -1260,6 +1262,7 @@ right_aside #lastusers-wrapper { padding-left: 6px; padding-top: 3px; overflow: right_aside #ra-photos-wrapper { padding-left: 5px; padding-top: 3px; overflow: auto; width: 100%; } #page-sidebar-right_aside{margin-top: 0px; margin-bottom: 30px;} #page-sidebar-right_aside ul {margin-top: 0px;} +#page-sidebar-right_aside .label {max-width: 128px;} right_aside .icon {width: 10px; height: 10px;} .close_box { background-image: url("../../../view/theme/diabook-aerith/icons/close_box.png"); diff --git a/view/theme/diabook-aerith/style.css b/view/theme/diabook-aerith/style.css index 82cfcd651..fbcca699f 100644 --- a/view/theme/diabook-aerith/style.css +++ b/view/theme/diabook-aerith/style.css @@ -1036,6 +1036,8 @@ aside #profiles-menu { } aside #search-text { width: 173px; + height: 17px; + padding-left: 10px; border-top-left-radius: 15px; border-top-right-radius: 15px; border-bottom-right-radius: 15px; |