diff -U 3 -H -b -B -d -r -N -- marineLiquid/stylesheets/admin/config.css marine/stylesheets/admin/config.css --- marineLiquid/stylesheets/admin/config.css 2008-01-29 15:54:14.000000000 -0500 +++ marine/stylesheets/admin/config.css 2008-01-29 15:53:01.000000000 -0500 @@ -1,6 +1,6 @@ #configCategoryOptions .configCategoryOtpion { - margin: 0; - padding: 8px 5px; + margin: 8px 0; + padding: 5px; } #configCategoryOptions label { diff -U 3 -H -b -B -d -r -N -- marineLiquid/stylesheets/admin/user_permissions.css marine/stylesheets/admin/user_permissions.css --- marineLiquid/stylesheets/admin/user_permissions.css 2008-01-29 15:25:36.000000000 -0500 +++ marine/stylesheets/admin/user_permissions.css 2007-10-23 20:11:00.000000000 -0400 @@ -3,7 +3,7 @@ }*/ #userPermissions table { - width: 100%; + width: 500px; border-right: 1px solid #d8d8d8; border-bottom: 1px solid #d8d8d8; border-collapse: collapse; diff -U 3 -H -b -B -d -r -N -- marineLiquid/stylesheets/application_logs.css marine/stylesheets/application_logs.css --- marineLiquid/stylesheets/application_logs.css 2008-01-29 15:07:27.000000000 -0500 +++ marine/stylesheets/application_logs.css 2007-11-28 15:40:30.000000000 -0500 @@ -1,5 +1,5 @@ table.applicationLogs { - width: 100%; + width: 640px; font-size:13px; } diff -U 3 -H -b -B -d -r -N -- marineLiquid/stylesheets/general/construction.css marine/stylesheets/general/construction.css --- marineLiquid/stylesheets/general/construction.css 2008-01-29 16:01:45.000000000 -0500 +++ marine/stylesheets/general/construction.css 2007-11-29 12:56:34.000000000 -0500 @@ -13,7 +13,7 @@ margin: 0 auto; padding-top: 5px; text-align: left; - width: 98%; + width: 890px; } #headerWrapper{ @@ -35,7 +35,7 @@ margin: 0 auto; padding: 10px 0; text-align: left; - width: 95%; + width: 890px; } #systemNotices ul { @@ -214,7 +214,7 @@ clear: both; margin: 10px auto 0 auto; padding: 0; - width: 98%; + width: 860px; } #tabs { @@ -295,7 +295,7 @@ margin: 0 auto; padding: 0 10px; text-align: left; - width: 98%; + width: 890px; } * html #crumbsBlock { @@ -371,14 +371,12 @@ /*-------------------- main content wrapper---------------------*/ #innerContentWrapper { - background-color:#FFF; - border-right: 2px solid #D8D8D8; - border-bottom: 2px solid #D8D8D8; - border-left: 2px solid #D8D8D8; + background-image: url(../../images/layout/bg_innercontent.png); + background-repeat: repeat-y; margin: 0 auto; padding: 10px 15px; text-align: left; - width: 90%; + width: 880px; } #pageTitle { @@ -396,13 +394,13 @@ float: left; min-height: 300px; padding: 5px 15px; - width: 74%; + width: 640px; } /*-------------------- Sidebar ---------------------*/ #sidebar { font-size: 12px; - margin-left: 75%; + margin-left: 680px; padding: 10px 15px; } @@ -472,13 +470,15 @@ /*-------------------- Footer ---------------------*/ #footer { + background-image: url(../../images/layout/bg_footer.png); + background-repeat: no-repeat; clear: both; color: #999; font-size: 10px; margin: 0 auto; padding: 15px; text-align: left; - width: 90%; + width: 880px; } #footer a{ @@ -543,7 +543,7 @@ #innerContentWrapper #success, #innerContentWrapper #error{ float: left; - width: 90%; + width: 640px; } /** User card **/ diff -U 3 -H -b -B -d -r -N -- marineLiquid/stylesheets/general/rewrites.css marine/stylesheets/general/rewrites.css --- marineLiquid/stylesheets/general/rewrites.css 2008-01-29 15:28:39.000000000 -0500 +++ marine/stylesheets/general/rewrites.css 2007-11-29 12:56:58.000000000 -0500 @@ -7,7 +7,6 @@ table { border-collapse: collapse; border-spacing: 0; - width:100%; } fieldset, img{ diff -U 3 -H -b -B -d -r -N -- marineLiquid/stylesheets/project/people.css marine/stylesheets/project/people.css --- marineLiquid/stylesheets/project/people.css 2008-01-29 15:22:56.000000000 -0500 +++ marine/stylesheets/project/people.css 2007-10-24 10:17:48.000000000 -0400 @@ -51,7 +51,7 @@ #people div.projectCompanyUsers table { margin-top: 20px; background: white; - width: 100%; + width: 448px; } #people div.projectUserTitle, #people div.projectUserEmail { diff -U 3 -H -b -B -d -r -N -- marineLiquid/stylesheets/project/project_log.css marine/stylesheets/project/project_log.css --- marineLiquid/stylesheets/project/project_log.css 2008-01-29 15:22:24.000000000 -0500 +++ marine/stylesheets/project/project_log.css 2007-10-19 15:02:32.000000000 -0400 @@ -3,7 +3,7 @@ } div.projectLog table { - width: 100%; + width: 530px; } div.projectLog a {