diff options
author | jeroenpraat <jeroenpraat@xs4all.nl> | 2014-05-05 13:54:56 +0000 |
---|---|---|
committer | jeroenpraat <jeroenpraat@xs4all.nl> | 2014-05-05 13:54:56 +0000 |
commit | d93df86298450512853e4085f519486eea2d8468 (patch) | |
tree | 5cb17095d0ce4571b08ae15872a35b3ddca7f563 /view/theme | |
parent | 806f1f0fa134cc0168c9f86aaf10b8357fc19905 (diff) | |
download | volse-hubzilla-d93df86298450512853e4085f519486eea2d8468.tar.gz volse-hubzilla-d93df86298450512853e4085f519486eea2d8468.tar.bz2 volse-hubzilla-d93df86298450512853e4085f519486eea2d8468.zip |
Fixed some wrapping problems when the user has set a larger font size. And some UI love for the file permissions page (as requested by Mike ;) and changed the position of the file properties link on the cloud page.
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/redbasic/css/style.css | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index a4373ed37..579ec9958 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -386,6 +386,7 @@ aside li { .vcard dl { clear: both; + word-wrap:break-word; } .vcard-profile-edit-icon { @@ -1011,7 +1012,7 @@ aside li { .profile-match-name { text-align: center; width: 120px; - height: 18px; + height: 1.5em; overflow: hidden !important; } @@ -1033,7 +1034,7 @@ aside li { float: left; padding: 10px; width: 120px; - height: 120px; + min-height: auto; scroll: auto; } #profile-match-wrapper-end { @@ -2143,6 +2144,15 @@ nav .dropdown-menu>li>a:hover,nav .dropdown-menu>li>a:focus{ color: $nav_active_icon_colour; } +/* Files */ + +#attach-edit-perms { + margin-top: 25px; + margin-bottom: 20px; + font-weight: bold; + font-size: 18px; +} + /* bootstrap overrides */ blockquote { font-size: $body_font_size; |