From 651da7934ed4c13e2cbc2e4a82caf2ebaba87373 Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Sat, 14 Apr 2012 02:28:10 -0400
Subject: [PATCH] - Fix folder collapsing/expanding broken with framework merge (#1488430)

---
 skins/larry/styles.css |   30 +++++++++++++++++++++++++++++-
 1 files changed, 29 insertions(+), 1 deletions(-)

diff --git a/skins/larry/styles.css b/skins/larry/styles.css
index 94eed1c..4868ed9 100644
--- a/skins/larry/styles.css
+++ b/skins/larry/styles.css
@@ -59,6 +59,7 @@
 	-moz-box-shadow: 0 0 5px 2px rgba(71,135,177, 0.9);
 	-webkit-box-shadow: 0 0 5px 2px rgba(71,135,177, 0.9);
 	-o-box-shadow: 0 0 5px 2px rgba(71,135,177, 0.9);
+	outline: none;
 }
 
 input.placeholder,
@@ -423,6 +424,17 @@
 
 #message div.loading {
 	background: url(images/ajaxloader.gif) 2px 6px no-repeat;
+}
+
+#message div a,
+#message div span {
+	padding-right: 0.5em;
+	text-decoration: none;
+}
+
+#message div a:hover {
+	text-decoration: underline;
+	cursor: pointer;
 }
 
 #message.statusbar {
@@ -848,6 +860,10 @@
 	background-position: 2px -1502px;
 }
 
+.boxfooter .listbutton.removegroup .inner {
+	background-position: 5px -1540px;
+}
+
 .boxfooter .listbutton.disabled .inner {
 	opacity: 0.4;
 	filter: alpha(opacity=40);
@@ -1171,12 +1187,13 @@
 }
 
 #login-form td.input {
+	width: 80%;
 	padding: 8px;
 }
 
 #login-form input[type="text"],
 #login-form input[type="password"] {
-	width: 24em;
+	width: 100%;
 	border-color: #666;
 }
 
@@ -1213,7 +1230,13 @@
 	background: linear-gradient(top, #dcdcdc 0%, #f9f9f9 100%);
 }
 
+#login-form form table {
+	width: 98%;
+}
+
 #login-form td.title {
+	width: 20%;
+	white-space: nowrap;
 	color: #cecece;
 	text-shadow: 0px 1px 1px black;
 	text-align: right;
@@ -1398,6 +1421,11 @@
 	background-position: left -930px;
 }
 
+.toolbar a.button.spellcheck.selected {
+	background-position: left -1610px;
+	color: #1978a1;
+}
+
 .toolbar a.button.insertsig {
 	background-position: center -1135px;
 }

--
Gitblit v1.9.1