summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNOYB <Al_Stu@Frontier.com>2016-01-29 00:42:11 -0800
committerNOYB <Al_Stu@Frontier.com>2016-01-29 00:42:11 -0800
commit915cbf194338a18df2571e9ea742f3d29d2bca3e (patch)
tree843e8b8d2a063ef30c079125a87117757e715997
parent1968fe40272e9f90b44dd033f93a44a22d26198e (diff)
downloadpfsense-915cbf194338a18df2571e9ea742f3d29d2bca3e.zip
pfsense-915cbf194338a18df2571e9ea742f3d29d2bca3e.tar.gz
Panels Overflow - Horizontal Scroll Bar
Been looking into ways to eliminate the horizontal scroll bar in the available widgets, log filter, and manage log panels. Not sure which would be preferred. Using the specific panel ID or the class hierarchy for applying more globally.
-rw-r--r--src/usr/local/www/bootstrap/css/pfSense.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/usr/local/www/bootstrap/css/pfSense.css b/src/usr/local/www/bootstrap/css/pfSense.css
index 00865ee..ae83cce 100644
--- a/src/usr/local/www/bootstrap/css/pfSense.css
+++ b/src/usr/local/www/bootstrap/css/pfSense.css
@@ -796,3 +796,14 @@ a[href]:after {
.diff-text {
color: #000000;
}
+
+/** Eliminate overflow in available widgets, log filter, and manage log panels. (cause of scroll bar) */
+#widget-available_panel-body>.content>.row,
+#filter-panel_panel-body>.form-group,
+#manage-log-panel_panel-body>.form-group,
+/** optionally prevent more globally by using the class hierarchy */
+.panel-body.collapse.in>.content>.row,
+.panel-body.collapse.in>.form-group
+{
+ margin-right:0px;
+} \ No newline at end of file
OpenPOWER on IntegriCloud