changeset 117:71fdd9ee5a29

Added min-width for width setting dropdown button.
author Edho Arief <edho@myconan.net>
date Mon, 12 Nov 2012 14:12:58 +0700
parents 9ac24e112ea7
children e3f3402da5a1
files app/assets/stylesheets/tabs.css
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/app/assets/stylesheets/tabs.css	Mon Nov 12 14:12:58 2012 +0700
@@ -0,0 +1,3 @@
+#tab-resize a.btn.dropdown-toggle {
+  min-width: 120px;
+}