Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBartek Przybylski <bart.p.pl@gmail.com>2011-09-26 00:32:08 +0400
committerBartek Przybylski <bart.p.pl@gmail.com>2011-09-26 00:32:08 +0400
commitbc43851d74e8fceea1c914e98a8cd571b84610d5 (patch)
tree171216b960b26719fe124db95a20520c9a3d0081 /apps/gallery/css
parentfb01a7269304fe38369f01293f8f7fb707061363 (diff)
initial commit for gallery app
Diffstat (limited to 'apps/gallery/css')
-rw-r--r--apps/gallery/css/styles.css22
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;
+}