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/greysme/templates/default.css | |
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/greysme/templates/default.css')
-rw-r--r-- | themes/greysme/templates/default.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/themes/greysme/templates/default.css b/themes/greysme/templates/default.css index 062d23ae..1da42f33 100644 --- a/themes/greysme/templates/default.css +++ b/themes/greysme/templates/default.css @@ -596,6 +596,11 @@ td.cel_track {text-align:right;} #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 */
/************************************************/
|