[Koha-patches] [PATCH 26/54] intranet stylesheet

paul.poulain at biblibre.com paul.poulain at biblibre.com
Thu Dec 16 11:54:20 CET 2010


From: Paul Poulain <paul.poulain at biblibre.com>

some changes and new classes, used in various scripts
---
 .../intranet-tmpl/prog/en/css/staff-global.css     |   76 +++++++++++++++++++-
 .../intranet-tmpl/prog/img/more-right-arrow.gif    |  Bin 0 -> 81 bytes
 2 files changed, 75 insertions(+), 1 deletions(-)
 create mode 100644 koha-tmpl/intranet-tmpl/prog/img/more-right-arrow.gif

diff --git a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css b/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css
index 3f43f61..5b1e7c5 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css
+++ b/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css
@@ -532,6 +532,11 @@ div.yui-b fieldset.brief {
 	padding : .4em .7em;
 }
 
+label {  
+	width: 12em;  
+	margin-right: 1em;  
+	text-align: left;
+}
 div.yui-b fieldset.brief ol {
 	font-size : 85%;
 	margin : 0;
@@ -571,7 +576,6 @@ fieldset.rows legend {
 }
 
 fieldset.rows label, fieldset.rows span.label {  
-	float: left;  
 	font-weight : bold;
 	width: 6em;  
 	margin-right: 1em;  
@@ -1170,6 +1174,14 @@ div.alert {
   text-align : center;
 }
 
+div.alert ul{
+	text-align: left;
+}
+
+div.alert ul li {
+	text-align: center;
+}
+
 div.alert strong {
 	color : #900;
 }
@@ -1908,3 +1920,65 @@ ul.budget_hierarchy li:first-child:after {
 .holdcount { font-size : 105%; line-height : 200%; }
 .holdcount a { border : 1px solid #a4bedd; background-color : #e4ecf5; font-weight : bold; -moz-border-radius: 4px; padding : .1em .4em; text-decoration : none; }
 .holdcount a:hover { background-color : #ebeff7; }
+
+#cartmenulink img {
+	background-image : none;
+	display : inline;
+	padding : 3px 6px 0 0;
+}
+
+* html #cartmenulink {
+	border : 1px solid #336600;
+}
+
+* html #listsmenulink {
+	border : 1px solid #006699;
+}
+
+#collapsedaddress {
+    border: solid 1px #eee;
+    margin-right: 10px;
+    overflow: hidden;
+}
+#toggleaddress {
+    display: block;
+    padding: 2px 2px 2px 12px;
+    margin-right: 10px;
+    cursor: pointer;
+}
+.toggleaddress {
+    background: #eee url(../../img/more-right-arrow.gif) 0 50% no-repeat;
+}
+.toggleaddress2 {
+    background: #eee url(../../img/more-up-arrow.gif) 0 50% no-repeat;
+}
+
+select.advsearch {
+   margin-left:5em;  
+}
+select.advsearchoperator {
+    position:absolute;
+}
+
+#collapsedaddress {
+    border: solid 1px #eee;
+    margin-right: 10px;
+    overflow: hidden;
+}
+#toggleaddress {
+    display: block;
+    padding: 2px 2px 2px 12px;
+    margin-right: 10px;
+    cursor: pointer;
+}
+.toggleaddress {
+    background: #eee url(../../img/more-right-arrow.gif) 0 50% no-repeat;
+}
+.toggleaddress2 {
+    background: #eee url(../../img/more-up-arrow.gif) 0 50% no-repeat;
+}
+
+.herited {
+    color: #ccc;
+}
+
diff --git a/koha-tmpl/intranet-tmpl/prog/img/more-right-arrow.gif b/koha-tmpl/intranet-tmpl/prog/img/more-right-arrow.gif
new file mode 100644
index 0000000000000000000000000000000000000000..1729fafa7cb9d8d01a37a4dc55558255f3619549
GIT binary patch
literal 81
zcmZ?wbhEHb<YwSyXkcV8PMi7v|9{1Qg3d*$i6yBi3gww484B*6z5xu1KUo+V7#JCJ
i7=QqzoPkNWr+?*X*#`|Nn^tuRww=^_*W%5{U=0A}+!)vZ

literal 0
HcmV?d00001

-- 
1.7.1



More information about the Koha-patches mailing list