@@ -145,13 +145,14 @@ div.node-content {
145145
146146# leftCol {
147147 padding-top : 10px ;
148- margin-left : -50px ; /* For sidebar space */
148+ /* For sidebar space */
149+ margin-left : -50px ;
149150}
150151
151152/*////// Sidebar //////*/
152153.btn-sidebar {
153- color : grey;
154- background-color : # 000 ;
154+ color : grey;
155+ background-color : # 000 ;
155156 /*border-color: #ccc;*/
156157 padding : 0 ;
157158 width : 50px ;
@@ -183,11 +184,13 @@ margin-left: -50px; /* For sidebar space */
183184
184185/*////// DataTables custom //////*/
185186
186- div .dataTables_scrollHead table { /*For rounded table border*/
187+ /*For rounded table border*/
188+ div .dataTables_scrollHead table {
187189 border-top-left-radius : 4px ;
188190}
189191
190- div .dataTables_scrollHead th : first-child { /*For rounded table border*/
192+ /*For rounded table border*/
193+ div .dataTables_scrollHead th : first-child {
191194 border-top-left-radius : 4px ;
192195}
193196
@@ -202,3 +205,37 @@ div.dataTables_scrollHead th:first-child { /*For rounded table border*/
202205/*////// Components view //////*/
203206
204207# tabbar .col-md-11 {margin-left : -15px ;}
208+
209+ /*////// Progress Indicator //////*/
210+
211+ /* Center the progress indicator */
212+ # db-indicator {
213+ position : absolute;
214+ left : 50% ;
215+ top : 50% ;
216+ z-index : 1 ;
217+ width : 150px ;
218+ height : 150px ;
219+ margin : -75px 0 0 -75px ;
220+ border : 6px solid # B4DDF8 ;
221+ border-radius : 50% ;
222+ border-top : 6px solid # 3498db ;
223+ width : 50px ;
224+ height : 50px ;
225+ animation : spin 1s linear infinite;
226+ display : none;
227+ }
228+
229+ @keyframes spin {
230+ 0% { transform : rotate (0deg ); }
231+ 100% { transform : rotate (360deg ); }
232+ }
233+
234+ # indicator-text {
235+ position : absolute;
236+ left : 50% ;
237+ top : 50% ;
238+ z-index : 1 ;
239+ margin : -120px 0 0 -125px ;
240+ display : none;
241+ }
0 commit comments