mirror of https://github.com/vector-im/riot-web
pull/4858/head
parent
9e57c9d78f
commit
1dfa8361c5
|
@ -84,7 +84,7 @@ module.exports = React.createClass({
|
||||||
|
|
||||||
var self = this;
|
var self = this;
|
||||||
return (
|
return (
|
||||||
<div className="mx_SearchBox">
|
<div className="mx_SearchBox mx_LoginBox">
|
||||||
{ loginButton }
|
{ loginButton }
|
||||||
{ toggleCollapse }
|
{ toggleCollapse }
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -14,6 +14,13 @@ See the License for the specific language governing permissions and
|
||||||
limitations under the License.
|
limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
.mx_LoginBox {
|
||||||
|
min-height: 24px;
|
||||||
|
height: unset !important;
|
||||||
|
padding-top: 13px !important;
|
||||||
|
padding-bottom: 14px !important;
|
||||||
|
}
|
||||||
|
|
||||||
.mx_LoginBox_loginButton_wrapper {
|
.mx_LoginBox_loginButton_wrapper {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
@ -21,13 +28,13 @@ limitations under the License.
|
||||||
|
|
||||||
.mx_LoginBox_loginButton,
|
.mx_LoginBox_loginButton,
|
||||||
.mx_LoginBox_registerButton {
|
.mx_LoginBox_registerButton {
|
||||||
margin-top: -8px;
|
margin-top: 3px;
|
||||||
height: 40px;
|
height: 40px;
|
||||||
border: 0px;
|
border: 0px;
|
||||||
border-radius: 40px;
|
border-radius: 40px;
|
||||||
margin-left: 4px;
|
margin-left: 4px;
|
||||||
margin-right: 4px;
|
margin-right: 4px;
|
||||||
width: 80px;
|
min-width: 80px;
|
||||||
|
|
||||||
background-color: $accent-color;
|
background-color: $accent-color;
|
||||||
color: $primary-bg-color;
|
color: $primary-bg-color;
|
||||||
|
|
Loading…
Reference in New Issue