Skip to content

Commit

Permalink
fixed a few little things
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Chung committed Jan 27, 2010
1 parent ff84596 commit 8cfd696
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
8 changes: 6 additions & 2 deletions client/inflow/css/Attachments.css
Expand Up @@ -6,7 +6,8 @@
display: none;
}

.rdwAttachments .link a {
.rdwAttachments .link a,
.rdwAttachments .file a {
color: #ff5959;
text-decoration: none;
}
Expand All @@ -30,7 +31,10 @@
margin: 0 1px -2px -6px;
padding: 0 10px;
-moz-border-radius: 5px 5px 2px 2px;
-webkit-border-radius: 5px 5px 2px 2px;
-webkit-border-top-right-radius: 5px;
-webkit-border-top-left-radius: 5px;
-webkit-border-bottom-right-radius: 2px;
-webkit-border-bottom-left-radius: 2px;
font-size: 10px;
background-image: url("../i/new/rd_tab_bg.png");
background-repeat: repeat-x;
Expand Down
2 changes: 1 addition & 1 deletion client/inflow/css/Message.css
Expand Up @@ -96,7 +96,7 @@

/*Any links that appear appear in the message body */
.rdwMessage > .message > .content a {
color: #ff5959;
color: #888888;
text-decoration: none;
}

Expand Down
2 changes: 1 addition & 1 deletion client/inflow/css/Widgets.css
Expand Up @@ -31,7 +31,7 @@
.rdwWidgets.start .rdwConversation {
width: 310px;
margin: 10px 0;
padding: 5px 2px 5px 6px;
padding: 5px 2px 0 6px;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
Expand Down
1 change: 1 addition & 0 deletions client/inflow/inflow.css
Expand Up @@ -275,6 +275,7 @@ input[type="file"] > input[type="button"]::-moz-focus-inner {
}

#content {
width: 960px;
}

#conversations {
Expand Down

0 comments on commit 8cfd696

Please sign in to comment.