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