|
@@ -1506,21 +1506,9 @@ ul li.greeting {
|
|
|
padding: 0 0 0 4px;
|
|
|
}
|
|
|
|
|
|
-#upshrink {
|
|
|
+#upshrink, #upshrink:hover {
|
|
|
padding: 5px 4px 3px 4px;
|
|
|
- border-radius: 4px;
|
|
|
- background: #fff;
|
|
|
- box-shadow: -1px -1px 3px rgba(96,134,166,0.1) inset;
|
|
|
- border: 1px solid #ccc;
|
|
|
- border-right: 1px solid #c4c4c4;
|
|
|
- border-bottom: 1px solid #bbb;
|
|
|
-}
|
|
|
-#upshrink:hover{
|
|
|
- background: #fafafa;
|
|
|
- box-shadow: 0 1px 2px rgba(0,0,0,0.1) inset;
|
|
|
- border: 1px solid #ccc;
|
|
|
- border-left: 1px solid #bbb;
|
|
|
- border-top: 1px solid #aaa;
|
|
|
+ background: #none;
|
|
|
}
|
|
|
|
|
|
|
|
@@ -1564,7 +1552,6 @@ ul li.greeting {
|
|
|
.navigate_section ul li .dividers {
|
|
|
color: #3f6b8c;
|
|
|
font: 83.33%/150% Arial, sans-serif;
|
|
|
- text-shadow: -2px -1px 0 rgba(0,0,0,0.4), -1px -1px 0 rgba(0,0,0,0.4), -2px 1px 0 rgba(0,0,0,0.4);
|
|
|
padding: 0 2px 0 6px;
|
|
|
}
|
|
|
.navigate_section ul li .board_moderators a {
|
|
@@ -2048,10 +2035,12 @@ div#pollmoderation {
|
|
|
margin: 4px 0 0 0;
|
|
|
}
|
|
|
|
|
|
-#forumposts .windowbg, #forumposts .windowbg2, #forumposts .approvebg,
|
|
|
-#forumposts .approvebg2, #personal_messages div.windowbg, #personal_messages div.windowbg2 {
|
|
|
+#forumposts .windowbg, #forumposts .windowbg2, #forumposts .approvebg, #forumposts .approvebg2 {
|
|
|
overflow: visible;
|
|
|
}
|
|
|
+#personal_messages div.windowbg2 {
|
|
|
+ overflow: auto;
|
|
|
+}
|
|
|
.post_wrapper:after {
|
|
|
content:"";
|
|
|
display: block;
|
|
@@ -4247,20 +4236,13 @@ tr.catbg th:last-child, #show_attachments th:last-child {
|
|
|
padding: 5px 5px 4px 10px;
|
|
|
}
|
|
|
#postmodify .roundframe .titlebg img {
|
|
|
- border-radius: 3px;
|
|
|
padding: 4px 4px 0 4px;
|
|
|
- background: #fff;
|
|
|
- box-shadow: -1px -1px 3px rgba(96,134,166,0.2) inset;
|
|
|
- border: 1px solid #ccc;
|
|
|
- border-right: 1px solid #bbb;
|
|
|
- border-bottom: 1px solid #afafaf;
|
|
|
+ background: none;
|
|
|
+ border: none;
|
|
|
}
|
|
|
#postmodify .roundframe .titlebg img:hover{
|
|
|
- background: #fafafa;
|
|
|
- box-shadow: 1px 1px 3px rgba(96,134,166,0.3) inset;
|
|
|
- border: 1px solid #ccc;
|
|
|
- border-left: 1px solid #bbb;
|
|
|
- border-top: 1px solid #aaa;
|
|
|
+ background: none;
|
|
|
+ border: none;
|
|
|
}
|
|
|
#postmodify .roundframe div{
|
|
|
padding-right: 0;
|