source: VirtualCollectionRegistry/trunk/VirtualCollectionRegistry/src/main/webapp/css/vcr.scss @ 5577

Last change on this file since 5577 was 5577, checked in by Twan Goosen, 10 years ago

Styling of auth state panel
Refs #594

  • Property svn:eol-style set to native
File size: 785 bytes
Line 
1@import 'CLARIN';
2
3/* global variables */
4$iconsize: 12px;
5
6@import 'mixins';
7@import 'toggleborder';
8@import 'table';
9@import 'collectiondetails';
10@import 'wizard';
11@import 'feedback';
12@import 'filterform';
13@import 'popup';
14
15
16noscript {
17    margin: 0 auto;
18    padding: 0;
19    width: 1024px;
20}
21
22#noscript-warning {
23    color: #FFFFFF;
24    background-color: #AE0000;
25    font-size: 13px;
26    font-weight: bold;
27    text-align: center;
28    line-height: 24px;
29    margin: 0 auto;
30    padding: 0;
31    text-align: center;
32    vertical-align: middle;
33    position: fixed;
34    top: 0;
35    left: 0;
36    width: 100%;
37    z-index: 101;
38}
39
40.tooltipparent .tooltip {
41    display: none;
42}
43
44ul#CLARIN_header_right li.authenticated {
45    text-shadow: none;
46    padding-top: 15px;
47    color: #000;
48}
Note: See TracBrowser for help on using the repository browser.