[#82,notifications][s]: less obtrusive notifications - fixes #82.

* switch loading notification to overlay and make it persist until loading complete (then fade)
* get rid of query success notification
This commit is contained in:
Rufus Pollock
2012-05-15 04:42:12 +01:00
parent 0cbae97202
commit 57548e0d17
2 changed files with 48 additions and 16 deletions

View File

@@ -1,3 +1,8 @@
.recline-data-explorer .data-view-container {
display: block;
clear: both;
}
.recline-data-explorer .header .navigation,
.recline-data-explorer .header .navigation li,
.recline-data-explorer .header .pagination,
@@ -25,6 +30,10 @@
display: inline;
}
/**********************************************************
* Query Editor
*********************************************************/
.header .recline-query-editor {
float: right;
height: 30px;
@@ -64,10 +73,9 @@
vertical-align: top;
}
.recline-data-explorer .data-view-container {
display: block;
clear: both;
}
/**********************************************************
* Query Editor
*********************************************************/
.recline-filter-editor .filter-term .input-append a {
margin-left: -5px;
@@ -88,3 +96,20 @@
display: inline-block;
}
.recline-data-explorer .alert-loader {
position: absolute;
width: 200px;
left: 50%;
margin-left: -100px;
z-index: 10000;
padding: 40px 0px 40px 0px;
margin-top: -10px;
text-align: center;
font-size: 16px;
font-weight: bold;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
border-top: none;
}