Fix in plugins

This commit is contained in:
Antonio de la Rosa 2018-10-01 14:45:48 +02:00
parent 09acd58516
commit ecbd5ef806
2 changed files with 4 additions and 4 deletions

View file

@ -59,7 +59,7 @@ class LoginPlugin(object):
class DbPlugin(object): class DbPlugin(object):
name = 'login' name = 'db'
api = 2 api = 2
def __init__(self, keyword='db'): def __init__(self, keyword='db'):

View file

@ -134,7 +134,7 @@ p {
{ {
float:left; float:left;
width:17%; width:20%;
margin-right:0px; margin-right:0px;
position:relative; position:relative;
/* border:solid #cccccc; /* border:solid #cccccc;
@ -246,7 +246,7 @@ p {
background: -o-linear-gradient(left, rgba(18,47,59,1) 0%, rgba(18,47,59,1) 51%, rgba(18,47,59,1) 74%, rgba(8,59,77,1) 100%); background: -o-linear-gradient(left, rgba(18,47,59,1) 0%, rgba(18,47,59,1) 51%, rgba(18,47,59,1) 74%, rgba(8,59,77,1) 100%);
background: -ms-linear-gradient(left, rgba(18,47,59,1) 0%, rgba(18,47,59,1) 51%, rgba(18,47,59,1) 74%, rgba(8,59,77,1) 100%); background: -ms-linear-gradient(left, rgba(18,47,59,1) 0%, rgba(18,47,59,1) 51%, rgba(18,47,59,1) 74%, rgba(8,59,77,1) 100%);
background: linear-gradient(to right, rgba(18,47,59,1) 0%, rgba(18,47,59,1) 51%, rgba(18,47,59,1) 74%, rgba(8,59,77,1) 100%); background: linear-gradient(to right, rgba(18,47,59,1) 0%, rgba(18,47,59,1) 51%, rgba(18,47,59,1) 74%, rgba(8,59,77,1) 100%);
background-size: 17% 100%; background-size: 20% 100%;
background-repeat:no-repeat; background-repeat:no-repeat;
padding:0px; padding:0px;
border:solid #bcbcbc; border:solid #bcbcbc;
@ -261,7 +261,7 @@ p {
.contents .contents
{ {
float:right; float:right;
width:83%; width:80%;
padding:0px 0px 0px 0px; padding:0px 0px 0px 0px;
box-sizing: border-box; box-sizing: border-box;
} }