Fix: add player css, error_message css

This commit is contained in:
2018-07-13 20:14:51 +09:00
parent ab8ebb9ca1
commit 4edd637b05
10 changed files with 157 additions and 444 deletions
+2 -10
View File
@@ -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
View File
@@ -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>
}