diff options
author | Sarven Capadisli <csarven@status.net> | 2009-11-18 12:16:11 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@status.net> | 2009-11-18 12:16:11 +0000 |
commit | 1c1c9ccc2a553587115969b460e0e444ef33fe1e (patch) | |
tree | 6da2513e58d65114d587f2c153c2f0820b4803c9 | |
parent | 51e4a45161f0f1cb1a63c3ac5b8748706876bed1 (diff) |
Settling on min-width for entity_actions because 1. better i18n 2.
doesn't alter the width when the action is processed.
-rw-r--r-- | theme/base/css/display.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css index ccac7af2c..e5f5df68c 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -639,7 +639,7 @@ font-style:italic; float:right; margin-left:2%; margin-bottom:18px; -max-width:25%; +min-width:21%; } .entity_actions h2 { display:none; |