created template selecting
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user