Merge remote-tracking branch 'origin/new/bug_5347'
[srvgit] / koha-tmpl / intranet-tmpl / prog / en / css / preferences.css
index 54ff036..262fe11 100644 (file)
@@ -23,3 +23,50 @@ textarea.preference-code, .preference-file {
 a.expand-textarea {
     display: block;
 }
+dl {
+       margin-left : 1em;
+}
+dt {
+       padding : .1em;
+}
+h1 {
+       font-size : 149%;
+}
+h2 {
+       font-size : 134%;
+}
+
+table {
+       width : 100%;
+}
+
+caption {
+       color : #003399;
+}
+
+h3 {
+       color : #003366;
+       margin : .4em 0;
+       width : 25%;
+}
+
+h3.expanded {
+       background : transparent url("../../img/collapse.gif") 0 6px no-repeat;
+       cursor : pointer;
+       padding-left : 12px;
+}
+
+h3.collapsed {
+       background : transparent url("../../img/expand.gif") 0 6px no-repeat;
+       cursor : pointer;
+       padding-left : 12px;
+}
+
+.humanMsg strong {
+       display: block;
+       font-weight: normal;
+}
+
+#yui-main {
+       margin-bottom:2em;
+}
\ No newline at end of file