Skip to content
Snippets Groups Projects
Commit 50d2886a authored by didierfred's avatar didierfred
Browse files

Minor UI design modificatin

parent d49ae5d8
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,13 @@
.input_field{
font-size: 14px;
height: 30px;
border: 1px solid #AAAAAA;
border-radius: 3px;
}
.input_url {
border: none;
border-bottom: 1px solid #AAAAAA;
}
</style>
</head>
......@@ -39,7 +46,7 @@
<br/>
<div class="row">
<div class="col-sm-8">
Url Pattern* : <input size="50" id="targetPage" class="form_control" type="text" value="">
<b> Url Pattern* : </b> <input size="50" id="targetPage" class="form_control input_url" type="text" value="">
</div>
<div class="col-sm-4" align="right">
<a href="#" id="export_button" class="btn btn-primary btn-sm" style="width:100px">
......
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