bottoni immagini a input button
[brisk.git] / web / brisk.css
index 19260e5..a3aa759 100644 (file)
@@ -239,6 +239,13 @@ img.seed3 {
     padding: 2px;
 }
 
+div.table_commands {
+    display: inline;
+    position: absolute;
+    right: 15px;
+    bottom: 15px;
+}
+
 .remark0 { 
   position:     absolute; 
   width:  200px;
@@ -509,5 +516,23 @@ img.callerimg {
        left: 133px;
        top: 10px;
        }
+
+
+input.button {
+  border: 1px solid gray;  
+  color: black;
+  background-color: RGB(240,240,240);
+  vertical-align: middle;
+  text-decoration:none;
+  font-size: 100%;
+  cursor: pointer;
+  height: 20px ! important;
+  max-height: 20px ! important;
+  min-height: 20px ! important;
+  margin: 1px;
+  display: inline;
 }
 
+input.button:hover {
+  background-color: white;
+}