2011-11-22 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* images/skin/skin_default/include/styles/tip.css images/skin/skin_default/include/styles/pandora.css: Removed background image in tip class. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5155 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
598a7cea87
commit
db6fddeef4
|
@ -1,3 +1,9 @@
|
|||
2011-11-22 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
||||
|
||||
* images/skin/skin_default/include/styles/tip.css
|
||||
images/skin/skin_default/include/styles/pandora.css: Removed
|
||||
background image in tip class.
|
||||
|
||||
2011-11-22 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
||||
|
||||
* godmode/agentes/module_manager_editor_common.php: Removed entities
|
||||
|
|
|
@ -1988,7 +1988,7 @@ td.scwWeekNumberHead {
|
|||
color: #000;
|
||||
}
|
||||
|
||||
/* Today selector */ +
|
||||
/* Today selector */
|
||||
td.scwFoot {
|
||||
background-color: #000;
|
||||
color: #FFFFFF;
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
a.tip {
|
||||
cursor: help;
|
||||
background: url(../../images/tip.png) no-repeat;
|
||||
padding: 5px 2px 5px 12px;
|
||||
/* background: url(../../images/tip.png) no-repeat; */
|
||||
padding: 5px 2px 5px 4px;
|
||||
}
|
||||
a.help {
|
||||
cursor: help;
|
||||
|
|
Loading…
Reference in New Issue