From b97939c1022d95d2b698776a72186409b6f814d8 Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Thu, 19 Jun 2014 08:55:05 -0400
Subject: [PATCH] Small css fixes

---
 skins/larry/settings.css |    1 +
 skins/larry/styles.css   |    6 ++++++
 2 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/skins/larry/settings.css b/skins/larry/settings.css
index 1ac62cd..f6e252c 100644
--- a/skins/larry/settings.css
+++ b/skins/larry/settings.css
@@ -245,6 +245,7 @@
 #subscription-table tr.root td {
 	font-size: 5%;
 	line-height: 5px;
+	height: 5px;
 	padding: 2px;
 }
 
diff --git a/skins/larry/styles.css b/skins/larry/styles.css
index 6b3b6f2..83adaeb 100644
--- a/skins/larry/styles.css
+++ b/skins/larry/styles.css
@@ -1195,6 +1195,7 @@
 	cursor: default;
 	padding: 4px 8px;
 	line-height: 17px;
+	height: 17px;
 	white-space: nowrap;
 }
 
@@ -2829,3 +2830,8 @@
 #image-selector-form.droptarget {
 	background: url(images/filedrop.png) center bottom no-repeat;
 }
+
+/** Common TinyMCE fixes **/
+.mce-btn-small .mce-ico {
+	display: inline; /* for old Firefox */
+}

--
Gitblit v1.9.1