Implement nested fieldsets
This commit is contained in:
@@ -6,6 +6,30 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Configuration Management</title>
|
||||
<link rel="stylesheet" href="/bootstrap.min.css">
|
||||
<style type="text/css">
|
||||
.container {
|
||||
margin-top: 1em;
|
||||
}
|
||||
fieldset:before {
|
||||
position: absolute;
|
||||
top: -1%;
|
||||
left: -1.5em;
|
||||
display: block;
|
||||
content: '\0020';
|
||||
width: 8px;
|
||||
height: 95%;
|
||||
margin: 2% 0;
|
||||
background-color: #eee;
|
||||
border-radius: 4px;
|
||||
}
|
||||
fieldset:hover:before {
|
||||
background-color: #66afe9;
|
||||
}
|
||||
fieldset {
|
||||
position: relative;
|
||||
margin-left: 1.5em;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user