source: SRUAggregator/trunk/src/main/resources/assets/clarinservices/clarinservices.css @ 6171

Last change on this file since 6171 was 6171, checked in by emanuel.dima@uni-tuebingen.de, 9 years ago
  1. beta-43: UI/css general fixes
File size: 1.0 KB
Line 
1#clarinservices button.dropdown-toggle {
2        background-color: transparent;
3        padding: 4px 4px;
4}
5
6#clarinservices button.dropdown-toggle img{
7        width: 30px;
8}
9
10#clarinservices ul {
11        border-radius: 50px 50px;
12        border-top-right-radius: 0 0;
13        padding: 20px;
14}
15
16#clarinservices ul .flex {
17  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
18  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
19  display: -ms-flexbox;      /* TWEENER - IE 10 */
20  display: -webkit-flex;     /* NEW - Chrome */
21  display: flex;
22}
23
24#clarinservices table {
25        text-align: center;
26        background-color: #FFFFFF;
27        width: 100%;
28}
29
30#clarinservices table td a{
31        display: block;
32        width: 150px;
33        height: 150px;
34        background-color: #fff;
35        padding: 30px 25px;
36        transition: all .2s;
37        border-radius: 50% 50%;
38        border: 2px solid #fff;
39}
40
41#clarinservices table td:hover a {
42        background-color: #fff;
43        border: 2px solid #003f6e;
44        box-shadow: inset 0 0 10px #003f6e;
45}
46
47#clarinservices table td a div img {
48        margin-right: 0px;
49        max-width: 100px;
50        max-height: 50px;
51}
Note: See TracBrowser for help on using the repository browser.