From e5fb131283de10c797a33bac668876f6c198e81f Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Fri, 23 May 2014 01:35:41 +0200 Subject: use spaces for css --- css/settings.css | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'css/settings.css') diff --git a/css/settings.css b/css/settings.css index 2f56f5ef1..7c56c1a95 100644 --- a/css/settings.css +++ b/css/settings.css @@ -9,47 +9,47 @@ */ #app-settings input[type=file] { - opacity:0; - z-index:1001; - width:0; - height:0; + opacity:0; + z-index:1001; + width:0; + height:0; } #app-settings .opened:hover { - background-color: transparent !important; + background-color: transparent !important; } #app-settings-content { - padding-bottom: 25px; + padding-bottom: 25px; } #app-settings-content h3 { - padding: 5px 0; - font-weight: bold; + padding: 5px 0; + font-weight: bold; } #app-settings-content p { - padding-left: 10px; + padding-left: 10px; } .upload-icon, .download-icon { - padding-left: 25px; - background-repeat: no-repeat; - background-position: 5px center; + padding-left: 25px; + background-repeat: no-repeat; + background-position: 5px center; } .upload-icon { - background-image: url('../img/upload.svg'); + background-image: url('../img/upload.svg'); } .download-icon { - background-image: url('../img/download.svg'); + background-image: url('../img/download.svg'); } #app-settings .importing { - background-image: url('../img/loading.gif'); - background-repeat: no-repeat; - background-position: 5px center; - background-size: 16px; + background-image: url('../img/loading.gif'); + background-repeat: no-repeat; + background-position: 5px center; + background-size: 16px; } \ No newline at end of file -- cgit v1.2.3