Skip to content

Commit

Permalink
Dev: Further refactoring of #11497
Browse files Browse the repository at this point in the history
  • Loading branch information
markusfluer committed Aug 5, 2016
1 parent c28f1aa commit d1ce539
Show file tree
Hide file tree
Showing 18 changed files with 36 additions and 9 deletions.
2 changes: 1 addition & 1 deletion styles/Apple_Blossom/css/lime-admin-common-rtl.css

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions styles/Apple_Blossom/css/lime-admin-common.css
Expand Up @@ -4,6 +4,9 @@
* This file contain all the common css definitions for the different admin theme.
* It should not contain color definition (grey, blacks, and white are acceptable)
*/
.row-button-margin-bottom {
margin-bottom: -5px;
}
.row-button-margin-bottom .btn{
margin-bottom: 5px;
}
Expand Down
2 changes: 1 addition & 1 deletion styles/Bay_of_Many/css/lime-admin-common-rtl.css

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions styles/Bay_of_Many/css/lime-admin-common.css
Expand Up @@ -4,6 +4,9 @@
* This file contain all the common css definitions for the different admin theme.
* It should not contain color definition (grey, blacks, and white are acceptable)
*/
.row-button-margin-bottom {
margin-bottom: -5px;
}
.row-button-margin-bottom .btn{
margin-bottom: 5px;
}
Expand Down
2 changes: 1 addition & 1 deletion styles/Black_Pearl/css/lime-admin-common-rtl.css

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions styles/Black_Pearl/css/lime-admin-common.css
Expand Up @@ -4,6 +4,9 @@
* This file contain all the common css definitions for the different admin theme.
* It should not contain color definition (grey, blacks, and white are acceptable)
*/
.row-button-margin-bottom {
margin-bottom: -5px;
}
.row-button-margin-bottom .btn{
margin-bottom: 5px;
}
Expand Down
2 changes: 1 addition & 1 deletion styles/Dark_Sky/css/lime-admin-common-rtl.css

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions styles/Dark_Sky/css/lime-admin-common.css
Expand Up @@ -4,6 +4,9 @@
* This file contain all the common css definitions for the different admin theme.
* It should not contain color definition (grey, blacks, and white are acceptable)
*/
.row-button-margin-bottom {
margin-bottom: -5px;
}
.row-button-margin-bottom .btn{
margin-bottom: 5px;
}
Expand Down
2 changes: 1 addition & 1 deletion styles/Free_Magenta/css/lime-admin-common-rtl.css

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions styles/Free_Magenta/css/lime-admin-common.css
Expand Up @@ -4,6 +4,9 @@
* This file contain all the common css definitions for the different admin theme.
* It should not contain color definition (grey, blacks, and white are acceptable)
*/
.row-button-margin-bottom {
margin-bottom: -5px;
}
.row-button-margin-bottom .btn{
margin-bottom: 5px;
}
Expand Down
2 changes: 1 addition & 1 deletion styles/Noto_All_Languages/css/lime-admin-common-rtl.css

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions styles/Noto_All_Languages/css/lime-admin-common.css
Expand Up @@ -4,6 +4,9 @@
* This file contain all the common css definitions for the different admin theme.
* It should not contain color definition (grey, blacks, and white are acceptable)
*/
.row-button-margin-bottom {
margin-bottom: -5px;
}
.row-button-margin-bottom .btn{
margin-bottom: 5px;
}
Expand Down
2 changes: 1 addition & 1 deletion styles/Purple_Tentacle/css/lime-admin-common-rtl.css

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions styles/Purple_Tentacle/css/lime-admin-common.css
Expand Up @@ -4,6 +4,9 @@
* This file contain all the common css definitions for the different admin theme.
* It should not contain color definition (grey, blacks, and white are acceptable)
*/
.row-button-margin-bottom {
margin-bottom: -5px;
}
.row-button-margin-bottom .btn{
margin-bottom: 5px;
}
Expand Down
2 changes: 1 addition & 1 deletion styles/Sea_Green/css/lime-admin-common-rtl.css

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions styles/Sea_Green/css/lime-admin-common.css
Expand Up @@ -4,6 +4,9 @@
* This file contain all the common css definitions for the different admin theme.
* It should not contain color definition (grey, blacks, and white are acceptable)
*/
.row-button-margin-bottom {
margin-bottom: -5px;
}
.row-button-margin-bottom .btn{
margin-bottom: 5px;
}
Expand Down
2 changes: 1 addition & 1 deletion styles/Sunset_Orange/css/lime-admin-common-rtl.css

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions styles/Sunset_Orange/css/lime-admin-common.css
Expand Up @@ -4,6 +4,9 @@
* This file contain all the common css definitions for the different admin theme.
* It should not contain color definition (grey, blacks, and white are acceptable)
*/
.row-button-margin-bottom {
margin-bottom: -5px;
}
.row-button-margin-bottom .btn{
margin-bottom: 5px;
}
Expand Down

0 comments on commit d1ce539

Please sign in to comment.