diff options
| author | hukl <contact@smyck.org> | 2009-09-06 21:51:31 +0200 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2009-09-06 21:51:31 +0200 |
| commit | 8f2dc36616548650000308ebc8b1f9e2947c0ef9 (patch) | |
| tree | 79f1226c6f7646b1bbe57634c848e44d426bd01f /public/stylesheets/ccc.css | |
| parent | 5c90701cdf3ad475840a76f096f1b74ff68fbd0f (diff) | |
| parent | d555e1b27df1096e8899f2e50c8d6421f4c1cca3 (diff) | |
Merge branch 'public_search'
Diffstat (limited to 'public/stylesheets/ccc.css')
| -rw-r--r-- | public/stylesheets/ccc.css | 30 |
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 { | |||
| 107 | div#center_column { | 107 | div#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 | ||
| 140 | div.article_partial p.excerpt { | 140 | div.article_partial p.excerpt { |
| 141 | color: #404040; | 141 | color: #404040; |
| 142 | } | ||
| 143 | |||
| 144 | div#search { | ||
| 145 | position: absolute; | ||
| 146 | top: 145px; | ||
| 147 | left: 676px; | ||
| 148 | height: 1000px; | ||
| 149 | vertical-align: top; | ||
| 150 | } | ||
| 151 | |||
| 152 | div#search input[type=button] { | ||
| 153 | display: block; | ||
| 154 | height: 20px; | ||
| 155 | } | ||
| 156 | |||
| 157 | div#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 |
