forked from GNUsocial/gnu-social
		
	External css
This commit is contained in:
		| @@ -194,5 +194,10 @@ class GNUsocialPhotosPlugin extends Plugin | ||||
|                            array('nickname' => $nav->action->trimmed('nickname'))), _('Photos'),  | ||||
|                            _('Photo gallery'), $nav->action->trimmed('action') == 'photos', 'nav_photos'); | ||||
|     } | ||||
|  | ||||
|     function onEndShowStyles($action) | ||||
|     { | ||||
|         $action->cssLink('/plugins/GNUsocialPhotos/res/style.css'); | ||||
|     } | ||||
| } | ||||
|  | ||||
|   | ||||
| @@ -84,7 +84,6 @@ class PhotosAction extends Action | ||||
|             GNUsocialPhotoAlbum::newAlbum($cur->id, 'Default'); | ||||
|         } | ||||
|         while ($album->fetch()) { | ||||
|             $this->element('style', array(), '.albumcontainer { display: block; background-color: green; float: left; padding: 30px; margin: 20px; }'); | ||||
|             $this->elementStart('div', array('class' => 'photocontainer')); | ||||
|             $this->elementStart('a', array('href' => $album->getPageLink())); | ||||
|             $this->element('img', array('src' => $album->getThumbUri())); | ||||
| @@ -115,7 +114,6 @@ class PhotosAction extends Action | ||||
|             $this->element('a', array('href' => $album->getPageLink() . '?pageid=' . ($page+1) ), 'Next page'); | ||||
|         } | ||||
|  | ||||
|             $this->element('style', array(), '.photocontainer { display: block; background-color: yellow; float: left; padding: 30px; margin: 20px; }'); | ||||
|         foreach ($photos as $photo) { | ||||
|             $this->elementStart('a', array('href' => $photo->getPageLink())); | ||||
|             $this->elementStart('div', array('class' => 'photocontainer')); | ||||
|   | ||||
							
								
								
									
										8
									
								
								plugins/GNUsocialPhotos/res/style.css
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								plugins/GNUsocialPhotos/res/style.css
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,8 @@ | ||||
| .photocontainer, .albumcontainer {  | ||||
|     display: block;  | ||||
|     background-color: yellow;  | ||||
|     float: left;  | ||||
|     padding: 20px;  | ||||
|     margin: 15px;  | ||||
| } | ||||
|  | ||||
		Reference in New Issue
	
	Block a user