Author: kishore
Date: Thu Mar 16 22:06:33 2017
New Revision: 1787259
URL: http://svn.apache.org/viewvc?rev=1787259&view=rev
Log:
Fixed .form-control width in .form-group
Modified:
manifoldcf/branches/CONNECTORS-1196-2/framework/crawler-ui/src/main/webapp/css/style.css
manifoldcf/branches/CONNECTORS-1196-2/framework/crawler-ui/src/main/webapp/less/forms.less
Modified:
manifoldcf/branches/CONNECTORS-1196-2/framework/crawler-ui/src/main/webapp/css/style.css
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1196-2/framework/crawler-ui/src/main/webapp/css/style.css?rev=1787259&r1=1787258&r2=1787259&view=diff
==============================================================================
---
manifoldcf/branches/CONNECTORS-1196-2/framework/crawler-ui/src/main/webapp/css/style.css
(original)
+++
manifoldcf/branches/CONNECTORS-1196-2/framework/crawler-ui/src/main/webapp/css/style.css
Thu Mar 16 22:06:33 2017
@@ -913,6 +913,9 @@ a:focus {
-moz-appearance: none;
appearance: none;
}
+.form-group .form-control {
+ width: 100% !important;
+}
.form-group.has-success label {
color: #00a65a;
}
Modified:
manifoldcf/branches/CONNECTORS-1196-2/framework/crawler-ui/src/main/webapp/less/forms.less
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1196-2/framework/crawler-ui/src/main/webapp/less/forms.less?rev=1787259&r1=1787258&r2=1787259&view=diff
==============================================================================
---
manifoldcf/branches/CONNECTORS-1196-2/framework/crawler-ui/src/main/webapp/less/forms.less
(original)
+++
manifoldcf/branches/CONNECTORS-1196-2/framework/crawler-ui/src/main/webapp/less/forms.less
Thu Mar 16 22:06:33 2017
@@ -31,6 +31,10 @@
}
.form-group {
+ .form-control {
+ width: 100% !important;
+ }
+
&.has-success {
label {
color: @green;