diff options
author | thomascube <thomas@roundcube.net> | 2011-12-22 18:00:18 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2011-12-22 18:00:18 +0000 |
commit | 68e13c45d396744a7e848d1a82830b7fd408863a (patch) | |
tree | 7c83e59a33077c1c499faba176d637a59ec79eeb /skins/larry/settings.css | |
parent | faaa1ba5343499ae766dc8de270da4fc6e70d05d (diff) |
Address book styling for Larry; show about page in UI dialog
Diffstat (limited to 'skins/larry/settings.css')
-rw-r--r-- | skins/larry/settings.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/skins/larry/settings.css b/skins/larry/settings.css index 05a587a8b..105b3506b 100644 --- a/skins/larry/settings.css +++ b/skins/larry/settings.css @@ -182,3 +182,12 @@ text-align: right; } +#pluginlist td.version { + width: 5em; +} + +#pluginlist td.license, +#pluginlist td.source { + width: 8em; +} + |