Fix: add player css, error_message css
This commit is contained in:
@@ -1,11 +1,5 @@
|
||||
@charset "utf-8";
|
||||
|
||||
<style type="text/css">
|
||||
|
||||
.hide {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#section_add_player {
|
||||
overflow: hidden;
|
||||
}
|
||||
@@ -93,11 +87,9 @@
|
||||
background-color: #ffaaaa;
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
#mouse_app_list {
|
||||
overflow: hidden;
|
||||
}
|
||||
*/
|
||||
|
||||
|
||||
</style>
|
||||
*/
|
||||
+17
-4
@@ -1,7 +1,5 @@
|
||||
@charset "utf-8";
|
||||
|
||||
<style type="text/css">
|
||||
|
||||
html { }
|
||||
body { }
|
||||
|
||||
@@ -41,6 +39,22 @@ footer {
|
||||
|
||||
|
||||
|
||||
.hide {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
||||
#error_message {
|
||||
line-height: 1.5em;
|
||||
width: 1004px;
|
||||
padding: 10px;
|
||||
margin: 10px;
|
||||
background-color: #aaffff;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
/*
|
||||
#page-tabs {
|
||||
width: 1024px;
|
||||
@@ -107,5 +121,4 @@ label{
|
||||
|
||||
input[type="checkbox"]:checked + label{
|
||||
background-position: 0 -15px;
|
||||
}
|
||||
</style>
|
||||
}
|
||||
Reference in New Issue
Block a user