diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2008-01-14 05:34:37 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2008-01-14 05:34:37 +0000 |
commit | 26ff4cf67bf1bbc3c6a00343e9e42621f191ea1d (patch) | |
tree | 722c655a730a5e9d623609c0c65344b99a405b24 /themes/classic/templates | |
parent | 427c5ac163cd7a79c83102aaa3fcb6572ab59cfb (diff) | |
download | ampache-26ff4cf67bf1bbc3c6a00343e9e42621f191ea1d.tar.gz ampache-26ff4cf67bf1bbc3c6a00343e9e42621f191ea1d.tar.bz2 ampache-26ff4cf67bf1bbc3c6a00343e9e42621f191ea1d.zip |
reduced size of the font when editing
Diffstat (limited to 'themes/classic/templates')
-rw-r--r-- | themes/classic/templates/default.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/themes/classic/templates/default.css b/themes/classic/templates/default.css index d012ef41..9c2313eb 100644 --- a/themes/classic/templates/default.css +++ b/themes/classic/templates/default.css @@ -544,6 +544,11 @@ a.button{padding:1px 3px;} #recently_played .th-bottom {display:none;}
.box_preferences .th-bottom {display:none;}
+/* Inline Editing Tables */
+.inline-edit input, .inline-edit select {
+ font-size: 0.8em;
+}
+
/************************************************/
/* Albums of the moment */
|