2011-08-08 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* images/skin/skin_default/include/styles/pandora.css include/styles/pandora.css: pagination margin is very small in some places. Fixes: #3388210 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4678 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
aeb4e8edfc
commit
0688693eb9
|
@ -1,3 +1,10 @@
|
|||
2011-08-08 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
||||
* images/skin/skin_default/include/styles/pandora.css
|
||||
include/styles/pandora.css: pagination margin is very small in some
|
||||
places.
|
||||
|
||||
Fixes: #3388210
|
||||
|
||||
2011-08-05 Javier Lanz <javier.lanz@artica.es>
|
||||
|
||||
* godmode/servers/plugin.php: Fixed blank names creating & updating
|
||||
|
|
|
@ -1773,6 +1773,7 @@ div.warn {
|
|||
|
||||
.pagination {
|
||||
text-align: center;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
input#text-agent_name, input#text-agent {
|
||||
|
|
|
@ -1279,3 +1279,6 @@ div#logo_text3 {
|
|||
margin-left: 4px;
|
||||
padding-top: 0px;
|
||||
}
|
||||
.pagination {
|
||||
margin-top: 4px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue