|
@@ -4159,7 +4159,7 @@ div#editlang_desc {
|
|
|
margin: 12px 0 0 0;
|
|
|
padding: 16px 12px 6px 12px;
|
|
|
}
|
|
|
-#info_center .cat_bar, .table_grid tr.catbg th, #show_attachments th, #searchform .roundframe .title_bar {
|
|
|
+#info_center .cat_bar, .table_grid tr.catbg th, #searchform .roundframe .title_bar {
|
|
|
border-top: 2px solid #ff9400;
|
|
|
border-bottom: 2px solid #bf6900;
|
|
|
background: #fff;
|
|
@@ -4173,9 +4173,6 @@ div#editlang_desc {
|
|
|
.table_grid tr.catbg th.centercol, .table_grid tr.windowbg2 td.centercol, .table_grid tr.windowbg td.centercol, .table_grid tr.highlight2 td.centercol {
|
|
|
text-align: center;
|
|
|
}
|
|
|
-#show_attachments th {
|
|
|
- text-align: left;
|
|
|
-}
|
|
|
#info_center .cat_bar, #searchform .roundframe .title_bar {
|
|
|
border-right: 1px solid #ddd;
|
|
|
border-left: 1px solid #ddd;
|
|
@@ -4184,10 +4181,10 @@ div#editlang_desc {
|
|
|
.table_grid tr.catbg th {
|
|
|
padding: 4px 3px 3px 8px;
|
|
|
}
|
|
|
-tr.catbg th:first-child, #show_attachments th:first-child {
|
|
|
+tr.catbg th:first-child {
|
|
|
border-left: 1px solid #ddd;
|
|
|
}
|
|
|
-tr.catbg th:last-child, #show_attachments th:last-child {
|
|
|
+tr.catbg th:last-child {
|
|
|
border-right: 1px solid #ddd;
|
|
|
}
|
|
|
#info_center .catbg, #searchform .roundframe .titlebg {
|