Kevin prototype #35

Merged
11319801 merged 42 commits from kevin-prototype into master 2017-01-13 10:47:48 +01:00
2 changed files with 6 additions and 5 deletions
Showing only changes of commit 89df0aba52 - Show all commits

View File

@@ -1,9 +1,10 @@
.admin-panel {
margin: auto;
background-color: white;
/*background-color: white;
border-radius: 10px;
padding: 15px;
box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);*/
min-width: 800px;
}
.admin-title {
@@ -12,11 +13,11 @@
border-bottom: 4px solid #845663;
}
.admin-panel input[type="submit"], button {
/*.admin-panel input[type="submit"], button {
background-color: #845663;
color: white;
padding: 5px;
}
}*/
.admin-actions {
display: inline-block;

View File

@@ -18,7 +18,7 @@
</head>
<body>
<div class="content">
<div class="admin-panel">
<div class="platform">
<div class="admin-title">
<h1>User Management Panel</h1>
</div> <br>