Commit b19ddd54 by Dányi Bence

webui: padding fixed

parent 897009e0
......@@ -47,6 +47,7 @@
text-align: left;
font-size: 0.8em;
word-spacing: 2px;
padding: 5px;
}
#new-wm-tooltip-tail{
position: absolute;
......@@ -559,6 +560,10 @@ table {
line-height: 30px;
padding-left: 10px;
background-color: rgba(0,0,0,0.05);
-webkit-transition: background-color 0.3s;
-moz-transition: background-color 0.3s;
-o-transition: background-color 0.3s;
transition: background-color 0.3s;
&:hover{
background-color: rgba(0,0,0,0.1);
border: 1px solid #666;
......
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 sign in to comment