created template selecting

This commit is contained in:
Senad Uka
2016-02-21 11:59:13 +01:00
parent 7af44a6245
commit 709ce3e38c
46 changed files with 584 additions and 20 deletions

View File

@@ -18,12 +18,48 @@
color: green;
}
.server-thumbnail {
margin: 15px;
padding: 15px;
cursor: pointer;
}
.server-icon:hover {
border-style: solid;
border-width: 1px;
border-color: gray;
}
.server-icon {
border-style: none;
border-width: 0px;
}
.server-name {
margin-top: 5px;
text-transform: uppercase;
font-size: 16px !important;
text-align: center;
}
.template-description {
vertical-align: middle;
}
.template-selection {
cursor: pointer;
border-style: none;
border-width: 0px;
}
.template-selection:hover {
cursor: pointer;
border-style: solid;
border-width: 1px;
border-color: gray;
}
body {
margin-right: 5px;
margin-left: 5px;
}