summaryrefslogtreecommitdiff
path: root/public/stylesheets
diff options
context:
space:
mode:
authorhukl <contact@smyck.org>2009-09-06 21:51:31 +0200
committerhukl <contact@smyck.org>2009-09-06 21:51:31 +0200
commit8f2dc36616548650000308ebc8b1f9e2947c0ef9 (patch)
tree79f1226c6f7646b1bbe57634c848e44d426bd01f /public/stylesheets
parent5c90701cdf3ad475840a76f096f1b74ff68fbd0f (diff)
parentd555e1b27df1096e8899f2e50c8d6421f4c1cca3 (diff)
Merge branch 'public_search'
Diffstat (limited to 'public/stylesheets')
-rw-r--r--public/stylesheets/ccc.css30
1 files changed, 29 insertions, 1 deletions
diff --git a/public/stylesheets/ccc.css b/public/stylesheets/ccc.css
index beb16f0..6a9458f 100644
--- a/public/stylesheets/ccc.css
+++ b/public/stylesheets/ccc.css
@@ -107,7 +107,7 @@ div#left_column {
107div#center_column { 107div#center_column {
108 position: absolute; 108 position: absolute;
109 background-color: #ffffff; 109 background-color: #ffffff;
110 left: 185px; 110 left: 200px;
111 width: 460px; 111 width: 460px;
112 padding-left: 15px; 112 padding-left: 15px;
113 padding-right: 15px; 113 padding-right: 15px;
@@ -139,4 +139,32 @@ div.article_partial h2 a {
139 139
140div.article_partial p.excerpt { 140div.article_partial p.excerpt {
141 color: #404040; 141 color: #404040;
142}
143
144div#search {
145 position: absolute;
146 top: 145px;
147 left: 676px;
148 height: 1000px;
149 vertical-align: top;
150}
151
152div#search input[type=button] {
153 display: block;
154 height: 20px;
155}
156
157div#search input[type=text] {
158 display: block;
159 padding: 0px;
160 margin: 0px;
161 height: 20px;
162 width: 132px;
163 line-height: 20px;
164 border: none;
165 background-image: url(/images/search_field.png);
166 background-repeat:no-repeat;
167 padding-right: 5px;
168 margin-right: 5px;
169 background-position: top top;
142} \ No newline at end of file 170} \ No newline at end of file