diff options
author | Thomas Willingham <founder@kakste.com> | 2012-12-07 09:51:10 +0000 |
---|---|---|
committer | Thomas Willingham <founder@kakste.com> | 2012-12-07 09:51:10 +0000 |
commit | f929ec32b01e5dbec4a0dbc8c2167d1293aae6f3 (patch) | |
tree | 5ea81c3c9635f0add8a436781c79885e0f8013a8 /view | |
parent | 83c18603bf9d8cbc29aee79639b8fa2c0509d2a7 (diff) | |
download | volse-hubzilla-f929ec32b01e5dbec4a0dbc8c2167d1293aae6f3.tar.gz volse-hubzilla-f929ec32b01e5dbec4a0dbc8c2167d1293aae6f3.tar.bz2 volse-hubzilla-f929ec32b01e5dbec4a0dbc8c2167d1293aae6f3.zip |
Rounder corners, shadowier shadows, wall-item-tools, TinyMCE
Diffstat (limited to 'view')
-rw-r--r-- | view/theme/redbasic/css/style.css | 39 |
1 files changed, 23 insertions, 16 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index d2071baf7..731d2215d 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -295,7 +295,6 @@ footer { div.wall-item-content-wrapper.shiny { background: #f4f4f4; - padding-right: 12px; } .preview { @@ -1173,7 +1172,9 @@ input#dfrn-url { } .wall-item-content img { - max-width: 700px; + max-height: 95% !important; + max-width: 95% !important; + box-shadow: 8px 8px 8px #666; } @@ -1204,16 +1205,13 @@ width: 90%; /* background-image: url("../img/head.jpg"); */ background-position: 0 -20px; background-repeat: repeat-x; - padding: 5px 10px 0px; + background: #eee; + padding: 5px 10px; } .wall-item-author { margin-top: 10px; } -.comment .wall-item-tools { - background:none; -} - .comment-edit-wrapper { margin-top: 15px; background: #ffffff; @@ -1706,12 +1704,28 @@ width: 90%; width: 587px; } +/* TinyMCE */ + +DIV#profile-jot-text_toolbargroup{ +background: #333; +border: 1px #111; +box-shadow: 5px 5px 5px #000 inset; +} + + #profile-jot-text_parent, .mceLayout { border-radius: 5px; -moz-border-radius: 5px; box-shadow: 4px 4px 3px 0 #444444; } +iframe#profile-jot-text_ifr { +width: 100% !important; +height: 100% !important; +} + +/* Not MCE */ + #profile-jot-text { height: 20px; color:#000; @@ -3557,18 +3571,11 @@ nav .nav-menu.selected { border-bottom: 4px solid #CCCCCC; } nav .nav-notify { - display: none; - position: absolute; - background-color: #dc0000; + background-color: #0d0; + color: #fff; -moz-border-radius: 5px 5px 5px 5px; -webkit-border-radius: 5px 5px 5px 5px; border-radius: 5px 5px 5px 5px; - font-size: 10px; - padding: 1px 3px; - top: 0px; - right: -10px; - min-width: 15px; - text-align: right; } nav .nav-notify.show { display: block; |