diff options
author | Sarven Capadisli <csarven@status.net> | 2009-12-10 14:24:23 +0100 |
---|---|---|
committer | Sarven Capadisli <csarven@status.net> | 2009-12-10 14:24:23 +0100 |
commit | b2a16407ca75a9bbe43fea74ff250bb70ba41140 (patch) | |
tree | 43873f234eef655b7e845e913825d1aac42ed5f3 /theme/base | |
parent | 1e166e1bc4a8b16ad2ef8e99db6a112f47803eda (diff) |
Updated entity_action form input styles
Diffstat (limited to 'theme/base')
-rw-r--r-- | theme/base/css/display.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css index f622f35ca..e9dca8d02 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -686,7 +686,8 @@ border-radius:4px; .entity_actions a, .entity_actions input, .entity_actions p { -border:0; +border-width:2px; +border-style:solid; padding-left:23px; } |