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

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

Styling of collections table: icons, sorting
Refs #594

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