diff options
Diffstat (limited to 'views/default/custom_index_widgets/css.php')
-rw-r--r-- | views/default/custom_index_widgets/css.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/views/default/custom_index_widgets/css.php b/views/default/custom_index_widgets/css.php index c30967cfa..e80d28684 100644 --- a/views/default/custom_index_widgets/css.php +++ b/views/default/custom_index_widgets/css.php @@ -102,14 +102,14 @@ /*width: 460px;*/
width: auto;
padding: 0 0 5px;
- margin-right: 10px;
+ margin: 10px 3px;
border: 0 none;
}
table.index_mode{
- width: 99%;
+ width: 96%;
+ margin-left: 2%;
border: 0 none;
- margin: 20px 0;
}
td.small {
|