Browse Source

Merge pull request #449 from smfrunic/release-2.1

New collapse and expand images, and css fixes for upshrink and My Messag...
Michael Eshom 12 years ago
parent
commit
285be1b0db

+ 10 - 28
Themes/default/css/index.css

@@ -1506,21 +1506,9 @@ ul li.greeting {
 	padding: 0 0 0 4px;
 }
 /* The upshrink image needs some tweaking */
-#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;
 }
 
 /* The navigation list (i.e. linktree) */
@@ -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;
 }
 /* poster and postarea + moderation area underneath */
-#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;

BIN
Themes/default/images/collapse.png


BIN
Themes/default/images/expand.png


BIN
Themes/default/images/upshrink.png


BIN
Themes/default/images/upshrink2.png