mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-01 15:50:11 -04:00
Make components' patches tab and systems' patches tab look consistent
Mix of previous stylings with spacing at top and white background
This commit is contained in:
parent
81634190ef
commit
4ff1e9a3a3
2 changed files with 14 additions and 1 deletions
|
@ -5,7 +5,10 @@
|
|||
#component-patches
|
||||
padding: 0 10px 10px
|
||||
background: white
|
||||
|
||||
|
||||
.patches-view
|
||||
padding: 10px 20px 10px 0px
|
||||
|
||||
.navbar-text
|
||||
float: left
|
||||
|
||||
|
|
|
@ -1,4 +1,14 @@
|
|||
#editor-level-system-edit-view
|
||||
nav
|
||||
margin-bottom: 0
|
||||
|
||||
#system-patches
|
||||
padding: 0 10px 10px
|
||||
background: white
|
||||
|
||||
.patches-view
|
||||
padding: 10px 20px 10px 0px
|
||||
|
||||
.navbar-text
|
||||
float: left
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue