diff options
| author | Johan "Papa" Cwiklinski <trasher@odysseus.(none)> | 2010-05-29 17:22:42 +0200 | 
|---|---|---|
| committer | Johan "Papa" Cwiklinski <trasher@odysseus.(none)> | 2010-05-29 17:22:42 +0200 | 
| commit | 8aa3adeb74d3aba8f7cd9498870cd63d87aefd75 (patch) | |
| tree | 6ef3a1b764d54008172c65dcc3d020dffab04653 /css | |
| parent | afcf0d9d405ce6cabeedbc1352fb651ef8eb47e7 (diff) | |
Use of ajax to load additionnal informations from pkgdb ; closes #45
Diffstat (limited to 'css')
| -rw-r--r-- | css/rpmphp.css | 12 | 
1 files changed, 12 insertions, 0 deletions
| diff --git a/css/rpmphp.css b/css/rpmphp.css index 0b99b7f..d98ead4 100644 --- a/css/rpmphp.css +++ b/css/rpmphp.css @@ -246,3 +246,15 @@ p{  	background:url(/img/bz.png) no-repeat left;  	padding-left: 18px;  }*/ + +/** PKGDB stuff */ +#pkgdb-link{ +	position:absolute; +	top:0; +	right:1em; +} + +.ajax{ +	color: #AAAAAA; +	font-size:0.8em; +}
\ No newline at end of file | 
