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 1 deletions
Showing only changes of commit 1b97b1fad3 - Show all commits

View File

@@ -6,6 +6,12 @@
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);
} }
.admin-panel input[type="submit"], button {
background-color: #845663;
color: white;
padding: 5px;
}
.admin-actions { .admin-actions {
display: inline-block; display: inline-block;
margin: 10px; margin: 10px;

View File

@@ -87,7 +87,6 @@
</form> </form>
</td> </td>
</tr> </tr>
</table> </table>
</div> </div>
</form> </form>