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

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

modularised VCR SCSS. Tweaked layout of collections table
Refs #594

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