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

github.com/juliushaertl/apporder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorJulius Haertl <jus@bitgrid.net>2016-05-18 22:55:45 +0300
committerJulius Haertl <jus@bitgrid.net>2016-05-18 22:58:44 +0300
commit197da4d640f9467f1eb5904e8ec9aef14bec6ee9 (patch)
tree3eeb5a62200d426702b92ce0fc64da71705041d6 /css
parent8759dd036f166a7ccaed755ba64654ef8bb8ec1d (diff)
Adding basic app implementation
Diffstat (limited to 'css')
-rw-r--r--css/apporder.css18
1 files changed, 18 insertions, 0 deletions
diff --git a/css/apporder.css b/css/apporder.css
new file mode 100644
index 0000000..88c7203
--- /dev/null
+++ b/css/apporder.css
@@ -0,0 +1,18 @@
+#appsorter li {
+ overflow:hidden;
+ margin-bottom:2px;
+}
+#appsorter img {
+ width:14px;
+ height:14px;
+ background-color: #1d2d44;
+ padding:4px;
+ float:left;
+}
+#appsorter a {
+ display:block;
+ float:left;
+ padding-bottom:2px;
+ padding-left:5px;
+
+}