Fixed new button width issue
[ajatus.git] / themes / default / css / structure.css
blob47d709e05d945b1b7b052245c4a679876fff86c2
3 margin: 0;
4 padding: 0;
6 html, body
8 font-size: 89%;
9 padding: 0;
10 font-family: "Univers", "Zurich", "Helvetica", "Arial", sans-serif;
11 line-height: 1.25;
12 background-color: #acc229;
15 #application
17 width: 100%;
18 background: #fff;
21 #application #top
23 height: 97px;
24 padding: 5px 0px 0 0px;
25 /* border-bottom: 1px solid #390;*/
26 position: static;
27 background: url('../images/top-bg.png') top left repeat-x;
29 #application #middle
31 padding: 0 10px 10px 10px;
32 min-height: 260px;
33 /*overflow: scroll;*/
35 #application #bottom
37 height: 100px;
38 padding: 0 10px 5px 10px;
39 /*border-top: 1px solid #390;*/
40 background: url('../images/bottom-bg.png') top left repeat-x #acc229;
43 #application #top #header
45 background-image: url('../images/logo/ajatus-48.png');
46 background-position: left;
47 background-repeat: no-repeat;
48 padding-left: 52px;
49 width: 200px;
50 float: left;
51 margin-bottom: 10px;
52 margin-left: 10px;
54 #application #top #new-item-button
56 min-width: 60px;
57 height: 25px;
58 float: right;
59 margin-right: 20px;
60 font-weight: bold;
61 font-size: 25px;
62 cursor: pointer;
63 background-color: #73d216;
64 border-top: 3px solid #8ae234;
65 border-left: 3px solid #8ae234;
66 border-right: 3px solid #4e9a06;
67 border-bottom: 3px solid #4e9a06;
68 -moz-border-radius: 8px;
69 -webkit-border-radius: 8px;
70 border-radius: 8px;
71 padding: 6px;
72 text-transform: uppercase;
73 text-align: center;
75 #application #top #quick-search
77 width: 250px;
78 float: right;
79 margin-bottom: 10px;
81 #application #top #tabs-holder
83 height: 35px;
84 background: url('../images/tabs-bg.png') top left repeat-x;
86 #application #top #tabs-views
88 float: left;
90 #application #top #tabs-application
92 width: 25%;
93 float: right;
95 #application #top #application-tags
97 width: auto;
98 height: 25px;
99 float: right;
100 margin-right: 5px;
101 line-height: 25px;
104 #application #middle div.sub_block
108 #application #bottom #footer
110 width: 400px;
111 float: right;
112 margin-top: 50px;
113 text-align: right;
114 font-size: small;
115 color: #fff;
117 #application #bottom #footer a
119 color: #fff;
122 div.tabs
124 height: 25px;
126 div.tabs ul
128 list-style-type: none;
129 margin: 0;
130 padding: 0;
132 div.tabs ul li
134 float: left;
135 margin-right: 10px;
136 line-height: 25px;