-
-
Notifications
You must be signed in to change notification settings - Fork 181
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Converted dynamic inline CSS to external static CSS using CSS variabl…
- Loading branch information
1 parent
d2b680e
commit 8fe7178
Showing
17 changed files
with
691 additions
and
555 deletions.
There are no files selected for viewing
File renamed without changes.
440 changes: 440 additions & 0 deletions
440
admin_interface/static/admin_interface/css/admin-interface.css
Large diffs are not rendered by default.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
13 changes: 13 additions & 0 deletions
13
admin_interface/static/admin_interface/css/recent-actions.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
.admin-interface.dashboard #content { | ||
max-width: 600px; | ||
margin-right: auto; | ||
margin-left: auto; | ||
} | ||
|
||
.admin-interface.dashboard #content #recent-actions-module { | ||
display: none; | ||
} | ||
|
||
.admin-interface.dashboard #content { | ||
width: auto; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.