Explorar o código

! 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 %!s(int64=10) %!d(string=hai) anos
pai
achega
373d03bfc6
Modificáronse 2 ficheiros con 6 adicións e 0 borrados
  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 {