Changeset d8536c0c5c66c0d6cf8e566621c56256b363b441
- Timestamp:
- 11/25/07 17:43:35
(11 months ago)
- Author:
- Christopher Jung <bktheg@web.de>
- git-committer:
- Christopher Jung <bktheg@web.de> 1196009015 +0100
- git-parent:
[e3b0e1e690b43cccac5354e00eb17ce056a79930]
- git-author:
- Christopher Jung <bktheg@web.de> 1196009015 +0100
- Message:
Einige Fixes am CSS-Code
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| re7425e3 |
rd8536c0 |
|
| 189 | 189 | padding: 0px 0px 5px 0px; |
|---|
| 190 | 190 | font-size:13px; |
|---|
| | 191 | white-space: nowrap; |
|---|
| 191 | 192 | } |
|---|
| 192 | 193 | #menu dd { |
|---|
| … | … | |
| 276 | 277 | #page_currentpage_dropdown {vertical-align:middle; display:none} |
|---|
| 277 | 278 | |
|---|
| 278 | | #mainframe { margin:0px; padding:30px 0px 0px 0px; width:100%; height:95% } |
|---|
| | 279 | #mainframe { position:absolute; top:30px; margin:0px; padding:0px 0px 0px 0px; width:100%; height:95% } |
|---|
| 279 | 280 | |
|---|
| 280 | 281 | /* Notizbox */ |
|---|
| … | … | |
| 293 | 294 | /* Adminconsole */ |
|---|
| 294 | 295 | #adminconsolebox { |
|---|
| 295 | | width:450px; |
|---|
| | 296 | width:450px; |
|---|
| 296 | 297 | } |
|---|
| 297 | 298 | |
|---|
| … | … | |
| 314 | 315 | /* Hilfebox */ |
|---|
| 315 | 316 | #helpbox { |
|---|
| 316 | | width:350px; |
|---|
| | 317 | width:350px; |
|---|
| 317 | 318 | } |
|---|
| 318 | 319 | |
|---|
| … | … | |
| 327 | 328 | /* Suchen */ |
|---|
| 328 | 329 | #searchbox { |
|---|
| 329 | | width:450px; |
|---|
| | 330 | width:450px; |
|---|
| 330 | 331 | } |
|---|
| 331 | 332 | |
|---|