Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/core/css
diff options
context:
space:
mode:
authorkondou <kondou@ts.unde.re>2013-07-10 06:39:22 +0400
committerkondou <kondou@ts.unde.re>2013-07-10 06:39:22 +0400
commit4cd87549e14dbd01e2cd202a993b92cb2b81f6e9 (patch)
tree046652a08621d1c07cd430fa419bd63598a6b7fa /core/css
parent7ec6f3bde9ccaa7c53bf500fff222a7b25a4a44c (diff)
Close.png instead of delete.png for close dialogs
Diffstat (limited to 'core/css')
-rw-r--r--core/css/jquery.ocdialog.css2
-rw-r--r--core/css/styles.css2
2 files changed, 2 insertions, 2 deletions
diff --git a/core/css/jquery.ocdialog.css b/core/css/jquery.ocdialog.css
index c300b031afd..aa72eaf8474 100644
--- a/core/css/jquery.ocdialog.css
+++ b/core/css/jquery.ocdialog.css
@@ -35,7 +35,7 @@
position:absolute;
top:7px; right:7px;
height:20px; width:20px;
- background:url('../img/actions/delete.svg') no-repeat center;
+ background:url('../img/actions/close.svg') no-repeat center;
}
.oc-dialog-dim {
diff --git a/core/css/styles.css b/core/css/styles.css
index 6c9d00114a0..ca2d082eb32 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -437,7 +437,7 @@ span.ui-icon {float: left; margin: 3px 7px 30px 0;}
.popup { background-color:white; border-radius:10px 10px 10px 10px; box-shadow:0 0 20px #888; color:#333; padding:10px; position:fixed !important; z-index:200; }
.popup.topright { top:7em; right:1em; }
.popup.bottomleft { bottom:1em; left:33em; }
-.popup .close { position:absolute; top:0.2em; right:0.2em; height:20px; width:20px; background:url('../img/actions/delete.svg') no-repeat center; }
+.popup .close { position:absolute; top:0.2em; right:0.2em; height:20px; width:20px; background:url('../img/actions/close.svg') no-repeat center; }
.popup h2 { font-weight:bold; font-size:1.2em; }
.arrow { border-bottom:10px solid white; border-left:10px solid transparent; border-right:10px solid transparent; display:block; height:0; position:absolute; width:0; z-index:201; }
.arrow.left { left:-13px; bottom:1.2em; -webkit-transform:rotate(270deg); -moz-transform:rotate(270deg); -o-transform:rotate(270deg); -ms-transform:rotate(270deg); transform:rotate(270deg); }