From 6208debf043fc8af28de13515dec4d10ace99bc3 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Fri, 23 May 2014 17:55:30 +0200 Subject: use firefox for ci and e2e --- css/app.css | 22 ++++++---------------- css/settings.css | 20 ++------------------ 2 files changed, 8 insertions(+), 34 deletions(-) (limited to 'css') diff --git a/css/app.css b/css/app.css index b8ca4ec64..4224ad3fc 100644 --- a/css/app.css +++ b/css/app.css @@ -7,12 +7,6 @@ * @author Bernhard Posselt * @copyright Bernhard Posselt 2014 */ -.loading-icon { - background-image: url('../img/loading.gif'); - background-position: center; - background-repeat: no-repeat; -} - #global-loading { width: 100%; height: 100%; @@ -35,20 +29,16 @@ display:none; position: relative; top:0; - -moz-border-radius-bottomleft:1em; - -webkit-border-bottom-left-radius:1em; border-bottom-left-radius:1em; - -moz-border-radius-bottomright:1em; - -webkit-border-bottom-right-radius:1em; border-bottom-right-radius:1em; } -#undo a { - font-weight: bold; -} + #undo a { + font-weight: bold; + } -#undo a:hover { - text-decoration: underline; -} + #undo a:hover { + text-decoration: underline; + } diff --git a/css/settings.css b/css/settings.css index 04d0d4e18..f0f63f796 100644 --- a/css/settings.css +++ b/css/settings.css @@ -31,24 +31,8 @@ padding-left: 10px; } -.upload-icon, -.download-icon { - padding-left: 25px; - background-repeat: no-repeat; - background-position: 5px center; -} - -.upload-icon { - background-image: url('../img/upload.svg'); -} - -.download-icon { - background-image: url('../img/download.svg'); -} - -#app-settings .importing { - background-image: url('../img/loading.gif'); - background-repeat: no-repeat; +.button-icon-label { background-position: 5px center; background-size: 16px; + padding-left: 25px; } \ No newline at end of file -- cgit v1.2.3