Correções na contribuição de PERRIS 2

Esse commit está contido em:
Paulo Henrique
2015-02-14 23:21:22 -03:00
commit f9e6078e1f
+151
Ver Arquivo
@@ -0,0 +1,151 @@
.horizontal-menu ul {
padding: 0px;
margin: 0px;
list-style: none;
height: 24px;
}
.horizontal-menu ul li {
display: inline;
background: #CCCCCC;
border: solid 1px #999999;
color: #52A07E;
padding: 5px;
height: 24px;
}
.horizontal-menu ul li a {
padding: 5px;
}
.horizontal-menu ul li:hover {
background: #E7E7E7;
}
input.button_add {
background-image: url(../imgs/icons/button_cancel-15.png);
/* 16px x 16px */
background-color: transparent;
background-repeat: no-repeat;
border: none;
cursor: pointer;
/* make the cursor like hovering over an <a> element */
height: 16px;
padding-left: 16px; /* make text start to the right of the image */
vertical-align: middle; /* align the text vertically centered */
}
table th {
background: #AED1AD;
}
table td {
background: #FFFFFF;
}
table th, table td {
border: solid 1px #35784C;
}
table.viewOneGroup, table.viewOnePerson, table.visualizarGrupo {
width: 100%;
}
table.criarGrupos {
border-collapse: collapse;
border: none;
}
th.criarGrupos {
padding-bottom: 5px;
}
tr.criarGrupos, td.criarGrupos {
border: none;
padding-left: 10px;
padding-right: 10px;
}
td.disable {
border: none;
padding-left: 10px;
padding-right: 10px;
color: grey;
}
input.groups {
border: none;
}
input.groupsName {
width: 129px;
}
input.convidarRetirar {
width: 70px;
text-align: center;
}
input {
cursor: pointer;
background: #ffffff;
color: #000000;
border: solid 1px #999999;
}
input.class1 {
font-size: 12px;
}
input.class2 {
font-size: 15px;
}
input.class3 {
font-size: 18px;
}
input.class4 {
font-size: 21px;
}
input.class5 {
font-size: 24px;
}
input.class6 {
font-size: 27px;
}
input.class7 {
font-size: 30px;
}
input.class8 {
font-size: 33px;
}
input.class9 {
font-size: 36px;
}
input.class10 {
font-size: 39px;
}
div.cloud {
border: 1px solid grey;
}
div.cloud input {
width: 100%;
}
h2, table {
margin-bottom: 10px;
}
body {
font-family: Arial, Helvetica, sans-serif;
font-size: 0.7em;
}