2009-02-20 Esteban Sanchez <estebans@artica.es>

* styles/pandora.css: Added input.add to a list which was missing.
        Aligns labels to the left.

        * pandoradb_data.sql: Fixed link to ArticaST.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1470 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
esanchezm 2009-02-20 12:10:50 +00:00
parent c4ec60cbb0
commit 1d925146a5
3 changed files with 11 additions and 2 deletions

View File

@ -1,3 +1,10 @@
2009-02-20 Esteban Sanchez <estebans@artica.es>
* styles/pandora.css: Added input.add to a list which was missing.
Aligns labels to the left.
* pandoradb_data.sql: Fixed link to ArticaST.
2009-02-19 Evi Vanoost <vanooste@rcbi.rochester.edu>
* pandoradb_migrate_20_to_21.sql, pandora_db.sql: Altered tmensajes for

View File

@ -220,6 +220,7 @@ label {
display: block;
padding-top: 4px;
font-weight: bold;
text-align: left;
}
th > label {
padding-top: 7px;
@ -253,7 +254,8 @@ input.sub {
font-size: 8pt;
background-color: #e5e5e5;
}
input.next, input.upd, input.ok, input.wand, input.delete, input.search, input.copy {
input.next, input.upd, input.ok, input.wand, input.delete, input.search,
input.copy, input.add {
padding-right: 21px;
}
input.next {

View File

@ -151,7 +151,7 @@ UNLOCK TABLES;
LOCK TABLES `tlink` WRITE;
INSERT INTO `tlink` VALUES
(1,'ArticaST','www.artica.es'),
(1,'ArticaST','http://www.artica.es'),
(2,'Pandora FMS','http://pandora.sourceforge.net'),
(3,'Babel Enterprise','http://babel.sourceforge.net'),
(4,'Openideas','http://www.openideas.info'),