From 28756b9c6578fafdf68387fa5418820d3b850a57 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 24 Jun 2016 12:44:11 +0800 Subject: [PATCH] core.css --- core.css | 94 +++++++++++++++++++++++++++++++++++++++++--------------- 1 file changed, 69 insertions(+), 25 deletions(-) diff --git a/core.css b/core.css index dead4700..bc30322d 100644 --- a/core.css +++ b/core.css @@ -1,4 +1,73 @@ +.loading-indicator { + font-size:12px; + height:28px; +} +.loading-indicator { + background-position:left top; + background-repeat:no-repeat; + font-size:8pt; + height:18px; + padding-left:20px; + text-align:left; +} +#loading { + background:#fff; + border:1px solid #6593CF; + left:40%; + padding:2px; + position:absolute; + text-align:center; + top:40%; + width:250px; + + z-index:20001; + font-family:tahoma,arial,helvetica; +} +/** not sure if this is still needed ? */ + +#loading-logo-bottom, +#loading-logo-center, +#loading-logo-tile, +#loading-logo-tile-top +{ + width:100%; + height:100%; + position:absolute; + + left:0; + top:0; + background-position:50% 50%; +} + +/* background-tile.jpg */ +#loading-logo-tile { + z-index:1000; +} + +/* background.jpg */ +#loading-logo-center +{ + background-position:50% 0; + background-repeat:no-repeat; + z-index:1001; +} +/* background-tile-top.jpg */ +#loading-logo-tile-top +{ + background-position:50% 0; + z-index:1002; + background-repeat:repeat-x; + +} +/* background_bottom_logo.gif */ +#loading-logo-bottom +{ + background-position:50% 100%; + background-repeat:no-repeat; + z-index:1003; +} + .logoblock { @@ -25,31 +94,6 @@ height:16px; width:16px; } -.loading-indicator { - font-size:12px; - height:28px; -} -.loading-indicator { - background-position:left top; - background-repeat:no-repeat; - font-size:8pt; - height:18px; - padding-left:20px; - text-align:left; -} -#loading { - background:#fff; - border:1px solid #6593CF; - left:40%; - padding:2px; - position:absolute; - text-align:center; - top:40%; - width:250px; - - z-index:20001; - font-family:tahoma,arial,helvetica; -} /** - add button next to combo box (of type ComboAdder) */ .x-form-adder, -- 2.39.2