From b7c0d760a0feb31f0357d5f631428ef2141ea050 Mon Sep 17 00:00:00 2001 From: Greg Huber Date: Sun, 13 Sep 2026 11:03:59 +0100 Subject: [PATCH 1/3] Make sure .table-striped > tbody > tr:nth-of-type(2n+1) is overridden on entries.rol page --- app/src/main/webapp/roller-ui/styles/roller.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/src/main/webapp/roller-ui/styles/roller.css b/app/src/main/webapp/roller-ui/styles/roller.css index e4cc38cfc..659f943a1 100644 --- a/app/src/main/webapp/roller-ui/styles/roller.css +++ b/app/src/main/webapp/roller-ui/styles/roller.css @@ -128,13 +128,13 @@ table.mm_table_actions td { } td.pendingentry, tr.pendingentry { - background: #ffcccc; + background: #ffcccc !important; } td.draftentry, tr.draftentry { - background: #ffffcc; + background: #ffffcc !important; } td.scheduledentry, tr.scheduledentry { - background: #EEEEE0; + background: #EEEEE0 !important; } .entryEditSidebarLink > a { From eb7e1330491cfd753641d3341fe49c23d51355cc Mon Sep 17 00:00:00 2001 From: Greg Huber Date: Sun, 13 Sep 2026 11:56:39 +0100 Subject: [PATCH 2/3] Make sure selectedMediaFiles stays within mediaObjectInfo Stops overflow of text on checkbox. --- app/src/main/webapp/roller-ui/styles/roller.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/webapp/roller-ui/styles/roller.css b/app/src/main/webapp/roller-ui/styles/roller.css index 659f943a1..b1e0f789b 100644 --- a/app/src/main/webapp/roller-ui/styles/roller.css +++ b/app/src/main/webapp/roller-ui/styles/roller.css @@ -272,7 +272,7 @@ body { .mediaObject { width:120px; - height:120px; + max-height:120px; margin-top: 10px; margin-left: 10px; } From 299e1071d12ca04deba49ff08e85d6ebb9dc0c9b Mon Sep 17 00:00:00 2001 From: Greg Huber Date: Mon, 14 Sep 2026 10:41:13 +0100 Subject: [PATCH 3/3] Make sure media file images don't overflow border On mediaFileImageChooser.rol make sure media file images with long names don't overflow border. --- app/src/main/webapp/roller-ui/styles/roller.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/webapp/roller-ui/styles/roller.css b/app/src/main/webapp/roller-ui/styles/roller.css index b1e0f789b..fb7cd8670 100644 --- a/app/src/main/webapp/roller-ui/styles/roller.css +++ b/app/src/main/webapp/roller-ui/styles/roller.css @@ -253,7 +253,7 @@ body { margin:5px; list-style-type:none; width:140px; - height:160px; + max-height:200px; border: 1px solid #ccc; text-align: center; }