From 07fd61bb7be6362454f04a457857a8bb39af6920 Mon Sep 17 00:00:00 2001 From: kiswa Date: Mon, 17 Nov 2014 13:53:27 -0500 Subject: [PATCH] Modify width of colorpicker in CSS to show 9 colors in each palette row --- css/styles.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/css/styles.css b/css/styles.css index fd3444f..f013f9d 100644 --- a/css/styles.css +++ b/css/styles.css @@ -635,6 +635,9 @@ input.custom-inline { border-radius: 4px; box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); } +.sp-container { + width: 202px; +} .sp-disabled { background-color: #eee; } @@ -654,7 +657,6 @@ input.custom-inline { } .sp-palette-container { border: none; - padding: 7px; padding-bottom: 290px; } /* jQueryUI Datepicker */