diff --git a/templates/protostar/css/template.css b/templates/protostar/css/template.css index 8cdad78470f2b..0eb638f5de8b2 100644 --- a/templates/protostar/css/template.css +++ b/templates/protostar/css/template.css @@ -7276,6 +7276,13 @@ p { .breadcrumb > .active { color: #515151; } +#login-form { + margin-top: 8px; +} +.add-on + #modlgn-username, +.add-on + #modlgn-passwd { + width: 132px; +} .img_caption .left { float: left; margin-right: 1em; diff --git a/templates/protostar/less/template.less b/templates/protostar/less/template.less index 0bb0242de944c..4b017a652b22a 100644 --- a/templates/protostar/less/template.less +++ b/templates/protostar/less/template.less @@ -241,6 +241,15 @@ p { .breadcrumb > .active { color: #515151; } +/* mod_login */ +#login-form { + margin-top: 8px; +} +.add-on { + + #modlgn-username, + #modlgn-passwd { + width: 132px; + } +} /* Caption fixes */ .img_caption .left { float: left;