Merge "Made runJobs.php respect time limits better and try to bail before OOMs"
[lhc/web/wiklou.git] / resources / mediawiki.action / mediawiki.action.view.postEdit.css
index d693d80..ae2e898 100644 (file)
@@ -7,6 +7,10 @@
        z-index: 1000;
 }
 
+.postedit-container:hover {
+       cursor: pointer;
+}
+
 .postedit {
        position: relative;
        top: 0.6em;
        color: #626465;
        background-color: #f4f4f4;
        border: 1px solid #dcd9d9;
-       -webkit-text-shadow: 0 0.0625em 0 rgba(255, 255, 255, 0.5);
-       -moz-text-shadow: 0 0.0625em 0 rgba(255, 255, 255, 0.5);
        text-shadow: 0 0.0625em 0 rgba(255, 255, 255, 0.5);
-       -webkit-border-radius: 5px;
-       -moz-border-radius: 5px;
        border-radius: 5px;
        -webkit-box-shadow: 0 2px 5px 0 #ccc;
-       -moz-box-shadow: 0 2px 5px 0 #ccc;
        box-shadow: 0 2px 5px 0 #ccc;
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
@@ -38,7 +37,7 @@
 }
 
 .skin-monobook .postedit {
-       top: 3em !important;
+       top: 6em !important;
 }
 
 .postedit-faded {
@@ -77,7 +76,6 @@
 .postedit-close:hover {
        color: black;
        text-decoration: none;
-       cursor: pointer;
        opacity: 0.4;
        filter: alpha(opacity=40);
 }