Commit 8936a4ff authored by 神楽坂玲奈's avatar 神楽坂玲奈

login and filter

parent a56edc03
......@@ -187,4 +187,44 @@ html, body {
background-color: white;
}
}
}
\ No newline at end of file
}
/*登陆按钮*/
#login_button {
cursor: pointer
}
/*登陆窗*/
/*
#login{
#login_node {width:80px}
.ui-combobox-input {width: 100px}
.ui-combobox-toggle {width: auto}
} */
#login-form {
#node {
width: 60px;
}
label[for=domain] {
width: auto;
clear: none;
padding-right: 0px;
}
#domain {
width: 74px;
}
}
/*房间筛选*/
.server_filter label {
font-size: 12px;
}
.ui-widget.server_filter {
font-size: 100%;
.ui-multiselect-checkboxes {
overflow-y: visible
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment