Skip to content

Commit f945c2f

Browse files
committed
Merge branch 'ui_work' of github.com:Bushido/Kandan into ui_work
2 parents 6001c75 + 41b02b8 commit f945c2f

File tree

7 files changed

+13
-4
lines changed

7 files changed

+13
-4
lines changed

app/assets/images/logo.png

2.41 KB
Loading

app/assets/images/page_bg.png

2 KB
Loading

app/assets/stylesheets/_activity.scss

+3
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,14 @@
2525
float: left;
2626
width: 100%;
2727
margin-bottom: 4px;
28+
font-size: 14px;
2829
}
2930

3031
.content {
3132
float: left;
3233
width: 80%;
3334
color: #797D7F;
35+
font-size: 14px;
3436

3537
.image-preview, .youtube-preview {
3638
a { width: 100%; }
@@ -52,6 +54,7 @@
5254
float: left;
5355
width: 20%;
5456
text-align: right;
57+
font-size: 11px;
5558

5659
span {
5760
@include border-radius(4px);

app/assets/stylesheets/_base.scss

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
top: 0px;
1313
left: 0px;
1414
z-index: 1;
15+
margin: 5px;
1516
}
1617

1718
html {
@@ -20,6 +21,7 @@ html {
2021

2122
body {
2223
background: $page-bg;
24+
background-image: url("/assets/page_bg.png");
2325
height: 100%;
2426
min-height: 100%;
2527
font-size: 13px;

app/assets/stylesheets/_chat_area.scss

+7-2
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919

2020

2121
.ui-tabs {
22+
@include border-radius(0px);
2223
padding: 0px;
2324
margin-top: 0px;
24-
@include border-radius(0px);
2525
border: none;
2626

2727
.ui-tabs-nav {
@@ -32,7 +32,11 @@
3232
top: 0px;
3333

3434
li:first-child {
35-
margin-left: 50px;
35+
margin-left: 90px;
36+
}
37+
38+
li a {
39+
font-size: 14px;
3640
}
3741

3842
.ui-tab-selected {
@@ -129,5 +133,6 @@
129133
padding: 0px;
130134
margin: 0px;
131135
height: 40px;
136+
font-size: 16px;
132137
}
133138
}

app/assets/stylesheets/_sidebar.scss

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
.sidebar {
22
min-height: 100%;
33
height: 100%;
4-
background: $sidebar-bg;
54
width: $sidebar-width;
65
float: left;
76
position: fixed;

app/views/main/index.html.erb

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77

88

9-
<div class="logo">Kandan</div>
9+
<%= image_tag "logo.png", :class=>"logo" %>
1010

1111
<div class="main-area"></div>
1212
<div class="sidebar">

0 commit comments

Comments
 (0)