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 @@ ...@@ -4,10 +4,10 @@
.ida span { .ida span {
overflow-wrap: break-word; overflow-wrap: break-word;
} }
.ida ul { .ida ul {
counter-reset: li; counter-reset: li;
list-style: none; list-style: none;
padding: 0; padding: 0;
text-shadow: 0 1px 0 rgba(255,255,255,.5); text-shadow: 0 1px 0 rgba(255,255,255,.5);
} }
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
border-radius: 4px; border-radius: 4px;
padding:15px; padding:15px;
} }
.ida { .ida {
margin:50px; margin:50px;
width: 95%; width: 95%;
...@@ -118,6 +118,7 @@ ...@@ -118,6 +118,7 @@
height: 25px; height: 25px;
width: 25px; width: 25px;
background-color: #eee; background-color: #eee;
border: 1px solid #333;
} }
/* On mouse-over, add a grey background color */ /* On mouse-over, add a grey background color */
...@@ -169,7 +170,7 @@ ...@@ -169,7 +170,7 @@
width:180px; width:180px;
height:40px; height:40px;
float:right; float:right;
} }
.back-button { .back-button {
...@@ -178,7 +179,7 @@ ...@@ -178,7 +179,7 @@
height:40px; height:40px;
line-height:1px; line-height:1px;
font-size:22px; font-size:22px;
} }
.deploy-buttons { .deploy-buttons {
...@@ -199,7 +200,7 @@ ...@@ -199,7 +200,7 @@
.search-buttons { .search-buttons {
width: 60%; width: 60%;
margin-bottom:80px; margin-bottom:80px;
} }
.advanced-search { .advanced-search {
...@@ -207,7 +208,7 @@ ...@@ -207,7 +208,7 @@
padding-bottom: 20px; padding-bottom: 20px;
border-radius: 5px; border-radius: 5px;
padding-right:30px; 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