|
@@ -7689,9 +7689,8 @@ footer {
|
|
|
}
|
|
|
|
|
|
#toolshortcuts_horizontal {
|
|
|
- padding-top: 15px;
|
|
|
- padding-bottom: 15px;
|
|
|
- margin-bottom: 10px;
|
|
|
+ padding: 5px;
|
|
|
+ margin-bottom: 5px;
|
|
|
text-align: center;
|
|
|
}
|
|
|
|
|
@@ -7701,9 +7700,8 @@ footer {
|
|
|
}
|
|
|
|
|
|
#toolshortcuts_horizontal .items-icon img {
|
|
|
- padding: 5px;
|
|
|
- border-radius: 5px;
|
|
|
- box-shadow: 0 1px 3px #C8C8C8;
|
|
|
+ padding: 3px;
|
|
|
+ border-radius: 4px;
|
|
|
border: 1px solid #e6e6e6;
|
|
|
}
|
|
|
|