Rounder corners, shadowier shadows, wall-item-tools, TinyMCE

This commit is contained in:
Thomas Willingham 2012-12-07 09:51:10 +00:00
parent 83c18603bf
commit f929ec32b0

View File

@ -295,7 +295,6 @@ footer {
div.wall-item-content-wrapper.shiny { div.wall-item-content-wrapper.shiny {
background: #f4f4f4; background: #f4f4f4;
padding-right: 12px;
} }
.preview { .preview {
@ -1173,7 +1172,9 @@ input#dfrn-url {
} }
.wall-item-content img { .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-image: url("../img/head.jpg"); */
background-position: 0 -20px; background-position: 0 -20px;
background-repeat: repeat-x; background-repeat: repeat-x;
padding: 5px 10px 0px; background: #eee;
padding: 5px 10px;
} }
.wall-item-author { .wall-item-author {
margin-top: 10px; margin-top: 10px;
} }
.comment .wall-item-tools {
background:none;
}
.comment-edit-wrapper { .comment-edit-wrapper {
margin-top: 15px; margin-top: 15px;
background: #ffffff; background: #ffffff;
@ -1706,12 +1704,28 @@ width: 90%;
width: 587px; 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 { #profile-jot-text_parent, .mceLayout {
border-radius: 5px; border-radius: 5px;
-moz-border-radius: 5px; -moz-border-radius: 5px;
box-shadow: 4px 4px 3px 0 #444444; box-shadow: 4px 4px 3px 0 #444444;
} }
iframe#profile-jot-text_ifr {
width: 100% !important;
height: 100% !important;
}
/* Not MCE */
#profile-jot-text { #profile-jot-text {
height: 20px; height: 20px;
color:#000; color:#000;
@ -3557,18 +3571,11 @@ nav .nav-menu.selected {
border-bottom: 4px solid #CCCCCC; border-bottom: 4px solid #CCCCCC;
} }
nav .nav-notify { nav .nav-notify {
display: none; background-color: #0d0;
position: absolute; color: #fff;
background-color: #dc0000;
-moz-border-radius: 5px 5px 5px 5px; -moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px; -webkit-border-radius: 5px 5px 5px 5px;
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 { nav .nav-notify.show {
display: block; display: block;