Tela de criar grupos corrigida (Contribuição de PERRIS)
Esse commit está contido em:
@@ -8,7 +8,6 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Cache-Control" content="no-cache, no-store" />
|
<meta http-equiv="Cache-Control" content="no-cache, no-store" />
|
||||||
<link href="themes/default/css/css.css" rel="stylesheet" type="text/css" />
|
<link href="themes/default/css/css.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="themes/default/css/amadeus.css" rel="stylesheet" type="text/css" />
|
|
||||||
<link href="themes/default/css/displaytag.css" rel="stylesheet" type="text/css"></link>
|
<link href="themes/default/css/displaytag.css" rel="stylesheet" type="text/css"></link>
|
||||||
<link href="themes/default/css/groups.css" rel="stylesheet" type="text/css"></link>
|
<link href="themes/default/css/groups.css" rel="stylesheet" type="text/css"></link>
|
||||||
|
|
||||||
|
|||||||
@@ -10,7 +10,6 @@
|
|||||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||||
<title>Time Line - Grupo ${nomeGroup}</title>
|
<title>Time Line - Grupo ${nomeGroup}</title>
|
||||||
<link href="themes/default/css/css.css" rel="stylesheet" type="text/css" />
|
<link href="themes/default/css/css.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="themes/default/css/amadeus.css" rel="stylesheet" type="text/css" />
|
|
||||||
<link href="themes/default/css/groups.css" rel="stylesheet" type="text/css"></link>
|
<link href="themes/default/css/groups.css" rel="stylesheet" type="text/css"></link>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
function openJ(date)
|
function openJ(date)
|
||||||
|
|||||||
@@ -8,7 +8,6 @@
|
|||||||
<meta http-equiv="Cache-Control" content="no-cache, no-store" />
|
<meta http-equiv="Cache-Control" content="no-cache, no-store" />
|
||||||
<link href="themes/default/css/displaytag.css" rel="stylesheet" type="text/css"></link>
|
<link href="themes/default/css/displaytag.css" rel="stylesheet" type="text/css"></link>
|
||||||
<link href="themes/default/css/css.css" rel="stylesheet" type="text/css" />
|
<link href="themes/default/css/css.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="themes/default/css/amadeus.css" rel="stylesheet" type="text/css" />
|
|
||||||
<link href="themes/default/css/groups.css" rel="stylesheet" type="text/css"></link>
|
<link href="themes/default/css/groups.css" rel="stylesheet" type="text/css"></link>
|
||||||
<script>
|
<script>
|
||||||
function resize()
|
function resize()
|
||||||
|
|||||||
@@ -22,12 +22,16 @@
|
|||||||
background: #E7E7E7;
|
background: #E7E7E7;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#tabelaParticipantesGrupos {
|
||||||
|
min-height: 56px;
|
||||||
|
}
|
||||||
|
|
||||||
input.button_add {
|
input.button_add {
|
||||||
background-image: url(../imgs/icons/button_cancel-15.png);
|
background-image: url(../imgs/icons/button_cancel-15.png) !important;
|
||||||
/* 16px x 16px */
|
/* 16px x 16px */
|
||||||
background-color: transparent;
|
background-color: transparent !important;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat !important;
|
||||||
border: none;
|
border: none !important;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
/* make the cursor like hovering over an <a> element */
|
/* make the cursor like hovering over an <a> element */
|
||||||
height: 16px;
|
height: 16px;
|
||||||
@@ -37,6 +41,7 @@ input.button_add {
|
|||||||
|
|
||||||
table th {
|
table th {
|
||||||
background: #AED1AD;
|
background: #AED1AD;
|
||||||
|
height: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
table td {
|
table td {
|
||||||
@@ -57,13 +62,14 @@ table.criarGrupos {
|
|||||||
}
|
}
|
||||||
|
|
||||||
th.criarGrupos {
|
th.criarGrupos {
|
||||||
padding-bottom: 5px;
|
padding-bottom: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
tr.criarGrupos, td.criarGrupos {
|
tr.criarGrupos, td.criarGrupos {
|
||||||
border: none;
|
border: none;
|
||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
padding-right: 10px;
|
padding-right: 10px;
|
||||||
|
vertical-align: top;
|
||||||
}
|
}
|
||||||
|
|
||||||
td.disable {
|
td.disable {
|
||||||
@@ -82,15 +88,19 @@ input.groupsName {
|
|||||||
}
|
}
|
||||||
|
|
||||||
input.convidarRetirar {
|
input.convidarRetirar {
|
||||||
width: 70px;
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
input {
|
input[type="button"], input[type="submit"] {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
background: #ffffff;
|
background: #AED1AD;
|
||||||
color: #000000;
|
color: #000;
|
||||||
border: solid 1px #999999;
|
border: solid 1px #35784C;
|
||||||
|
border-radius: 1px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.groupsName {
|
||||||
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
input.class1 {
|
input.class1 {
|
||||||
@@ -134,7 +144,7 @@ input.class10 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
div.cloud {
|
div.cloud {
|
||||||
border: 1px solid grey;
|
/*border: 1px solid grey;*/
|
||||||
}
|
}
|
||||||
|
|
||||||
div.cloud input {
|
div.cloud input {
|
||||||
|
|||||||
Referência em uma Nova Issue
Bloquear um usuário