source: VirtualCollectionRegistry/trunk/VirtualCollectionRegistry/src/main/webapp/css/_collectiondetails.scss @ 5572

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

styling: SASS partials
Refs #594

File size: 1.7 KB
Line 
1/*
2Copyright (C) 2014 CLARIN
3
4This program is free software: you can redistribute it and/or modify
5it under the terms of the GNU General Public License as published by
6the Free Software Foundation, either version 3 of the License, or
7(at your option) any later version.
8
9This program is distributed in the hope that it will be useful,
10but WITHOUT ANY WARRANTY; without even the implied warranty of
11MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12GNU General Public License for more details.
13
14You should have received a copy of the GNU General Public License
15along with this program.  If not, see <http://www.gnu.org/licenses/>.
16*/
17
18
19
20div.collectionDetails div.property {
21    clear: both;
22    font-size: 100%;
23    border: none;
24    padding: 0 10px 0 10px;
25    margin: 0 0 4px 0;
26}
27
28div.collectionDetails div label {
29    display: block;
30    float: left;
31    width: 140px;
32    padding: 0px 2px;
33    margin: 0;
34    text-align: right;
35    font-weight: normal;
36}
37
38div.collectionDetails div label:after {
39    content: ':';
40}
41
42div.collectionDetails div div {
43    display: block;
44    clear: none;
45    padding: 0px 2px;
46    margin-left: 144px;
47}
48
49div.collectionDetails ul.keywords {
50    margin: 0 0 0 16px;
51    padding: 0;
52    list-style: square;
53}
54
55div.collectionDetails ul.creators {
56    margin: 0;
57    padding: 0;
58    list-style: none;
59}
60
61div.collectionDetails ul.creators li {
62    border-top: 1px dotted #000000;
63    margin-top: 4px;
64    padding-top: 4px;
65}
66
67div.collectionDetails ul.creators li.first {
68    border-top: none;
69    margin-top: 0;
70    padding-top: 0;
71}
72
73div.collectionDetails.resources {
74    padding: 0 !important;
75}
76
77div.collectionDetails.resources table {
78    width: 100%;
79}
80
81div.collectionDetails.buttons {
82    margin: 10px 0 10px 0;
83    text-align: center;
84}
Note: See TracBrowser for help on using the repository browser.