1 |
85ad3d82
|
Assos Assos
|
|
2 |
|
|
.block {
|
3 |
|
|
margin-bottom: 20px;
|
4 |
|
|
}
|
5 |
|
|
.block-title {
|
6 |
|
|
font-size: 1.385em;
|
7 |
|
|
line-height: 1.2;
|
8 |
|
|
margin: 0 0 0.4em 0;
|
9 |
|
|
}
|
10 |
|
|
.mini-panel-title {
|
11 |
|
|
margin: 0 10px;
|
12 |
|
|
}
|
13 |
|
|
.region-header .block {
|
14 |
|
|
clear: none;
|
15 |
|
|
float: right;
|
16 |
|
|
margin: 0;
|
17 |
|
|
}
|
18 |
|
|
#page > footer .block {
|
19 |
|
|
margin: 0;
|
20 |
|
|
}
|
21 |
|
|
#page > footer .block .block-inner {
|
22 |
|
|
padding: 20px 0;
|
23 |
|
|
}
|
24 |
|
|
|
25 |
|
|
.block ul li {
|
26 |
|
|
margin: 0;
|
27 |
|
|
}
|
28 |
|
|
.block .item-list ul {
|
29 |
|
|
margin-left: 15px;
|
30 |
|
|
}
|
31 |
|
|
.block-panels_mini .mini-panel-title {
|
32 |
|
|
margin: 0 10px;
|
33 |
|
|
}
|
34 |
|
|
|
35 |
|
|
#block-system-help .block-inner {
|
36 |
|
|
padding: 0;
|
37 |
|
|
margin: 0;
|
38 |
|
|
}
|
39 |
|
|
|
40 |
|
|
#dashboard .block ul {
|
41 |
|
|
margin-left: 0;
|
42 |
|
|
}
|
43 |
|
|
.block-search .inner {
|
44 |
|
|
padding-left: 0;
|
45 |
|
|
padding-right: 0;
|
46 |
|
|
}
|
47 |
|
|
.region-header .block-search .inner {
|
48 |
|
|
padding: 0;
|
49 |
|
|
}
|
50 |
|
|
#search-form input#edit-keys,
|
51 |
|
|
#block-search-form .form-item-search-block-form input {
|
52 |
|
|
float: left;
|
53 |
|
|
font-size: 1em;
|
54 |
|
|
margin-right: 5px;
|
55 |
|
|
width: 62%;
|
56 |
|
|
}
|
57 |
|
|
#search-block-form input.form-submit,
|
58 |
|
|
#search-form input.form-submit {
|
59 |
|
|
background: url(images/search-button.png) no-repeat scroll center top transparent;
|
60 |
|
|
border-color: #E4E4E4 #D2D2D2 #B4B4B4;
|
61 |
|
|
cursor: pointer;
|
62 |
|
|
height: 25px;
|
63 |
|
|
margin-left: 0;
|
64 |
|
|
margin-right: 0;
|
65 |
|
|
overflow: hidden;
|
66 |
|
|
padding: 0;
|
67 |
|
|
text-indent: -9999px;
|
68 |
|
|
width: 34px;
|
69 |
|
|
text-transform: uppercase;
|
70 |
|
|
}
|
71 |
|
|
#search-block-form input.form-submit:hover,
|
72 |
|
|
#search-block-form input.form-submit:focus,
|
73 |
|
|
#search-form input.form-submit:hover,
|
74 |
|
|
#search-form input.form-submit:focus {
|
75 |
|
|
background-position: center bottom;
|
76 |
|
|
}
|
77 |
|
|
.ie6-7 #search-block-form input.form-submit:hover,
|
78 |
|
|
.ie6-7 #search-block-form input.form-submit:focus,
|
79 |
|
|
.ie6-7 #search-form input.form-submit:hover,
|
80 |
|
|
.ie6-7 #search-form input.form-submit:focus {
|
81 |
|
|
background-position: center -25px;
|
82 |
|
|
} |