modification: removed fieldset and label CSS properties. Modifications
authorplg <plg>
Tue, 18 Apr 2006 09:53:10 +0000 (09:53 +0000)
committerplg <plg>
Tue, 18 Apr 2006 09:53:10 +0000 (09:53 +0000)
introduced by tipaul are not compliant with every template (depending on how
you use HTML labels). Shouldn't this kind of customization only be made
outside "prog" template?

koha-tmpl/intranet-tmpl/prog/en/includes/intranet.css

index 147d29c..12e190f 100644 (file)
@@ -59,15 +59,20 @@ tr.highlight td, tr.highlight th {
 #admin_stopwords_select UL LI {
    white-space: nowrap;
 }
-fieldset {
-       display:inline;
-       vertical-align:top;
+
+A.button {
+  background-color: #69c;
+  color: white;
+  text-decoration: none;
+  font-size: 1em;
+  font-weight: bold;
+  border: 2px solid #eee;
+  border-right-color: gray;
+  border-bottom-color: gray;
+  padding: 2px;
 }
+
 legend {
        font-size:120%;
        font-weight:bold;
 }
-
-label {
-       width:10em;
-}
\ No newline at end of file