aboutsummaryrefslogtreecommitdiffstats
path: root/app/assets
diff options
context:
space:
mode:
authorre4k <re4k@re4k.info>2013-03-26 21:59:57 +0900
committerre4k <re4k@re4k.info>2013-03-26 21:59:57 +0900
commit828b71c4b68186b1e6e729a244544a19d54d5929 (patch)
tree1a3728cb322925b84f5a656e0e142699659ba409 /app/assets
parent9e05ce53b550ab05d06268bd0c2ae26ad294d0ab (diff)
downloadaclog-828b71c4b68186b1e6e729a244544a19d54d5929.tar.gz
Improve UI
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/_tweets.css.sass33
-rw-r--r--app/assets/stylesheets/application.css.sass24
2 files changed, 30 insertions, 27 deletions
diff --git a/app/assets/stylesheets/_tweets.css.sass b/app/assets/stylesheets/_tweets.css.sass
index a2a2706..d5617f6 100644
--- a/app/assets/stylesheets/_tweets.css.sass
+++ b/app/assets/stylesheets/_tweets.css.sass
@@ -55,19 +55,18 @@
:display block
:float right
.stats
- :clear both
//:border 1px solid #c1c5cb
//:border-width 0 1px 1px
//:border-radius 0 0 4px 4px
:padding 15px
//:background #edf0f4
- .favs, .retweets
- :margin-bottom 3px
- .info
+ .dl-horizontal
+ :margin 0 0 3px 0
+ dt.info
+ :text-align left
:width 60px
:float left
- .count,
- .type
+ .count, .type
:color #666666
:display block
.count
@@ -79,14 +78,18 @@
:float left
:height 48px
:width 0
- .favoriters
- :float left
- :list-style none
- :width 480px
- li
+ dd
+ :margin 0
+ ul
+ :margin 0
:float left
- img
- :width 48px
- :height 48px
- :vertical-align bottom
+ :list-style none
+ :width 480px
+ li
+ :float left
+ :padding 0
+ img
+ :width 48px
+ :height 48px
+ :vertical-align bottom
diff --git a/app/assets/stylesheets/application.css.sass b/app/assets/stylesheets/application.css.sass
index cd8dc0f..5f250b3 100644
--- a/app/assets/stylesheets/application.css.sass
+++ b/app/assets/stylesheets/application.css.sass
@@ -1,18 +1,18 @@
+@import "bootstrap"
@import "tweets"
-*
- :margin 0
- :padding 0
- :font-family "Ubuntu", sans-serif
+.sidebar
+ :margin-top 20px
+ .screen_name
+ :text-align center
+ :font-size larger
+ :margin 10px 0
+ .avatar
+ :text-align center
+ .table
+ .data
+ :text-align right
a
:text-decoration none
:color #3b5998
-img
- :border none
-.clearfix:after
- :content "."
- :visibility hidden
- :display block
- :height 0
- :clear both