mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-06 09:52:29 +02:00
a7f70524df
Add mobile theme git-svn-id: http://piwigo.org/svn/trunk@13182 68402e56-0260-453c-a942-63ccdbb3a9ee
18 lines
676 B
CSS
18 lines
676 B
CSS
@import "jquery.mobile.css";
|
|
@import "photoswipe.css";
|
|
|
|
.title { margin: 10px; text-align: center; }
|
|
.menubar { float: right; }
|
|
.home_button { float: left; }
|
|
|
|
.ui-icon-profil { background-image: url("images/profil.png"); background-color: transparent; }
|
|
|
|
.ui-content { overflow: hidden; }
|
|
.ui-field-contain { padding: 5px; border: 0; }
|
|
|
|
.thumbnails { list-style: none; padding: 0; margin: 0; }
|
|
.thumbnails:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }
|
|
.thumbnails li { float: left; width: 33.33333333%; }
|
|
.thumbnails li a { display: block; margin: 5px; }
|
|
.thumbnails li img { display: block; width: 100%; height: auto; }
|