Fixed unvisable under IE editbutton
authorJanusz Dobrowolski <janusz@frontaccounting.eu>
Fri, 21 Mar 2008 17:13:20 +0000 (17:13 +0000)
committerJanusz Dobrowolski <janusz@frontaccounting.eu>
Fri, 21 Mar 2008 17:13:20 +0000 (17:13 +0000)
themes/aqua/default.css
themes/cool/default.css
themes/default/default.css

index 01aeaa380fa953cb8fa7ca540c2221107d6f230e..5615ac07c4cadfd358087eadf74a7f1d697465d5 100644 (file)
@@ -345,11 +345,6 @@ input.amount {
 .editbutton {
    color:#0000FF;
    background-color:transparent;
-   float:left;
-   filter:alpha(opacity=0);
-   opacity:0;
-   -moz-opacity:0;
-   -khtml-opacity:0;
    border-style:none;
    text-decoration:underline;
    cursor: pointer;
index ba7811f4c236cf23e165f61fad3e365772f7034b..0180fd4d9dea3c8cab599266e1216a2fd25d8aec 100644 (file)
@@ -351,11 +351,6 @@ input.amount {
 .editbutton {
    color:#0000FF;
    background-color:transparent;
-   float:left;
-   filter:alpha(opacity=0);
-   opacity:0;
-   -moz-opacity:0;
-   -khtml-opacity:0;
    border-style:none;
    text-decoration:underline;
    cursor: pointer;
index 12f87717c82b692d0865edf0483cc9ea430530e1..22d0ec5f12c420df271d44617afd23e50a3ef9b8 100644 (file)
@@ -345,12 +345,11 @@ input.amount {
 .editbutton {
    color:#0000FF;
    background-color:transparent;
-   float:left;
-   filter:alpha(opacity=0);
-   opacity:0;
-   -moz-opacity:0;
-   -khtml-opacity:0;
    border-style:none;
    text-decoration:underline;
    cursor: pointer;
 }
+
+.listsubmit {
+    display: none;
+}