mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-27 07:44:35 +02:00
2007-01-23 Raul Mateos <raulofpandora@gmail.com>
* sytles/*.css: Updated git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@385 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
9e886f91e9
commit
252cf4c3e4
@ -11,7 +11,6 @@ table.calendar th td
|
||||
{
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
table.calendar th
|
||||
{
|
||||
background-color: #f5f5f5;
|
||||
|
@ -2,13 +2,12 @@
|
||||
display: block;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
div.linkli>ul {
|
||||
width: 133px;
|
||||
}
|
||||
.linkli li {
|
||||
padding: 0px 0px 0px 22px;
|
||||
border-bottom: 1px solid #d6d6d6;
|
||||
border-bottom: 1px solid #d4d4d4;
|
||||
border-top: 1px solid #f5ffff;
|
||||
width: 100%;
|
||||
}
|
||||
|
@ -452,3 +452,27 @@ div#data_box {
|
||||
width: 700px;
|
||||
margin-top: 3em;
|
||||
}
|
||||
span.users {
|
||||
background: url(../../images/usuarios.gif) no-repeat;
|
||||
}
|
||||
span.agents {
|
||||
background: url(../../images/agentes.gif) no-repeat;
|
||||
}
|
||||
span.data {
|
||||
background: url(../../images/datos.gif) no-repeat;
|
||||
}
|
||||
span.alerts {
|
||||
background: url(../../images/alertas.gif) no-repeat;
|
||||
}
|
||||
span.time {
|
||||
background: url(../../images/time.gif) no-repeat;
|
||||
}
|
||||
span.users, span.agents, span.data, span.alerts, span.time {
|
||||
margin-left: 4px;
|
||||
margin-top: 10px;
|
||||
padding: 4px 8px 12px 30px;
|
||||
display: block;
|
||||
}
|
||||
.mgb25 {
|
||||
margin-bottom: 25px;
|
||||
}
|
@ -43,7 +43,7 @@ a.help:hover span {
|
||||
display: block;
|
||||
text-decoration: none;
|
||||
position: absolute;
|
||||
z-index: 3;
|
||||
z-index: 99;
|
||||
top: 20px;
|
||||
left: 6px;
|
||||
width: 150px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user