Browse Source

! Provide a bit more space to prevent overlong message titles overflowing onto the sticky/locked bg icons.

Signed-off-by: Peter Spicer <[email protected]>
Peter Spicer 10 years ago
parent
commit
373d03bfc6
2 changed files with 6 additions and 0 deletions
  1. 3 0
      Themes/default/css/index.css
  2. 3 0
      Themes/default/css/rtl.css

+ 3 - 0
Themes/default/css/index.css

@@ -2968,6 +2968,9 @@ tr.windowbg td, tr.windowbg2 td, tr.approvebg td, tr.highlight2 td {
 .topic_table td.locked_sticky2, .topic_table td.stickybglockedbg2 {
 	background: #e8d8cf url(../images/icons/quick_sticky_lock.png) no-repeat 98% 4px;
 }
+.message_index_title {
+	margin-right: 40px;
+}
 
 /* Plain locked topics just get the icon. */
 /* Nobody wants them to stand out much. */

+ 3 - 0
Themes/default/css/rtl.css

@@ -615,6 +615,9 @@ div#admin_menu {
 #info_center .cat_bar, .table_grid tr.catbg th, #searchform .roundframe .title_bar {
 	text-align: right;
 }
+.message_index_title {
+	margin-left: 40px;
+}
 /* Styles for (fatal) errors.
 ------------------------------------------------- */
 .errorbox p.alert {