diff options
author | Bartek Przybylski <bart.p.pl@gmail.com> | 2011-09-25 22:32:08 +0200 |
---|---|---|
committer | Bartek Przybylski <bart.p.pl@gmail.com> | 2011-09-25 22:32:08 +0200 |
commit | bc43851d74e8fceea1c914e98a8cd571b84610d5 (patch) | |
tree | 171216b960b26719fe124db95a20520c9a3d0081 /apps/gallery/css | |
parent | fb01a7269304fe38369f01293f8f7fb707061363 (diff) | |
download | nextcloud-server-bc43851d74e8fceea1c914e98a8cd571b84610d5.tar.gz nextcloud-server-bc43851d74e8fceea1c914e98a8cd571b84610d5.zip |
initial commit for gallery app
Diffstat (limited to 'apps/gallery/css')
-rw-r--r-- | apps/gallery/css/styles.css | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/apps/gallery/css/styles.css b/apps/gallery/css/styles.css new file mode 100644 index 00000000000..8ce31c9e4a3 --- /dev/null +++ b/apps/gallery/css/styles.css @@ -0,0 +1,22 @@ +div#gallery_list { + margin: 90pt 20pt; +} + +div.gallery_album_box { + width: 200px; + text-align: center; + border: 0; + float: left; + margin: 5pt; +} + +div.gallery_album_box h1 { + font-size: 12pt; + font-family: Arial; +} + +img.gallery_album_cover { + width: 200px; + height: 200px; + border: solid 1px black; +} |