Skip to content
Snippets Groups Projects
Commit 6052a192 authored by Klaas Kliffen's avatar Klaas Kliffen :satellite:
Browse files

Add border to checkboxes to make them more visible

parent 7166d6af
No related branches found
No related tags found
1 merge request!102Remove Skip button from Workflow selection
......@@ -4,10 +4,10 @@
.ida span {
overflow-wrap: break-word;
}
.ida ul {
counter-reset: li;
list-style: none;
counter-reset: li;
list-style: none;
padding: 0;
text-shadow: 0 1px 0 rgba(255,255,255,.5);
}
......@@ -19,7 +19,7 @@
border-radius: 4px;
padding:15px;
}
.ida {
margin:50px;
width: 95%;
......@@ -118,6 +118,7 @@
height: 25px;
width: 25px;
background-color: #eee;
border: 1px solid #333;
}
/* On mouse-over, add a grey background color */
......@@ -169,7 +170,7 @@
width:180px;
height:40px;
float:right;
}
.back-button {
......@@ -178,7 +179,7 @@
height:40px;
line-height:1px;
font-size:22px;
}
.deploy-buttons {
......@@ -199,7 +200,7 @@
.search-buttons {
width: 60%;
margin-bottom:80px;
margin-bottom:80px;
}
.advanced-search {
......@@ -207,7 +208,7 @@
padding-bottom: 20px;
border-radius: 5px;
padding-right:30px;
padding-left:30px;
padding-left:30px;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment