X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=theme%2Fship-simu%2Fcss%2Fgeneral.css;h=08f154fabfa96da4ad967498c927e6213b00e44b;hb=d863b60ee167db89d1d5540be2207fca27cdd2c7;hp=3a34147753abf5ffcb3dc3628922f2b6fe303d05;hpb=cf583268acabc7a2001604dddda74a7d48d45ddf;p=mailer.git diff --git a/theme/ship-simu/css/general.css b/theme/ship-simu/css/general.css index 3a34147753..08f154fabf 100644 --- a/theme/ship-simu/css/general.css +++ b/theme/ship-simu/css/general.css @@ -53,6 +53,12 @@ ul, ol { margin-bottom : 0px; } +pre { + white-space: pre-wrap; + text-align: left; + padding: 5px; +} + .form_reset { border-style : groove; border : solid 1px #000000; @@ -126,8 +132,9 @@ ul, ol { color : #000000; text-align : center; align : center; - height : 25px; font-size : 14px; + padding-bottom: 5px; + padding-top: 5px; } .admin_menu { @@ -233,11 +240,6 @@ ul, ol { margin-top : 10px; } -.table_footer { - height : 30px; - background-color : #EEEEFF; -} - .master { width : 100%; height : 100%; @@ -312,17 +314,14 @@ ul, ol { font-size : 1px; } -.table_footer, .member_refbanner, .member_update, .admin_del_link { +.member_refbanner, .member_update, .admin_delete_link { background-color : #EEEEFF; } .table_footer { - height : 30px; - background-color : #EEEEFF; -} - -.table_footer { - height : 30px + padding: 5px; + text-align: center; + background-color: #EEEEFF; } .admin_task_header { @@ -353,13 +352,6 @@ ul, ol { width : 460px; } -.guest_stats_title { - color : #000000; - vertical-align : middle; - background-color : #EEEEFF; - height : 30px; -} - .guest_stats_l { width : 344px; text-align : right; @@ -381,21 +373,6 @@ ul, ol { text-align : right; } -.guest_stats_footer { - color : #000000; - vertical-align : middle; - background-color : #EEEEFF; - height : 20px; -} - -.task_pre { - font-weight : bold; - margin-left : 0px; - margin-right : 0px; - margin-top : 10px; - margin-bottom : 10px; -} - .impressum_body { background-color : #FFFFFF; } @@ -410,16 +387,9 @@ ul, ol { width : 100%; } -.member_unconfirmed { - background-color : #FFFFFF; - width : 100%; - align : center; - text-align : center; -} - .you_are_here { white-space : nowrap; - font-size : 14px; + font-size : 14px; } .tiny { font-size : 12px; } @@ -539,3 +509,24 @@ ul, ol { margin-left : 10px; margin-right : 10px; } + +ul.listing { + text-align: left; + margin-top: 5px; + margin-left: 5px; + margin-right: 5px; + padding-left: 5px; + list-style-type: none; +} + +ol.listing { + text-align: left; + padding-top: 5px; + padding-bottom: 5px; + padding-left: 0px; + margin-left: 25px; +} + +li.listing { + padding-bottom: 5px; +}