Refresh appearance

This commit is contained in:
Nick O'Leary
2015-07-11 23:43:45 +01:00
parent 846ab08661
commit 6bde07b5a0
10 changed files with 86 additions and 86 deletions

View File

@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
**/
@import "mixins";
@import "jquery";
@@ -46,12 +46,12 @@
body {
font: 13px "Helvetica" !important;
padding-top: 100px;
background: url("images/pw_maze_white.png");
background: #f3f3f3;
}
#main-container {
position: absolute;
top:50px; left:0; bottom: 0; right:0;
top:40px; left:0; bottom: 0; right:0;
overflow:hidden;
}
@@ -65,6 +65,3 @@ i.spinner {
background: url(images/spin.svg) no-repeat 50% 50%;
background-size: contain
}