资源库css小改动
This commit is contained in:
parent
39b022f696
commit
5bf7aeb430
|
@ -28,7 +28,7 @@ class AccountController < ApplicationController
|
||||||
if User.current.logged?
|
if User.current.logged?
|
||||||
redirect_to home_url
|
redirect_to home_url
|
||||||
end
|
end
|
||||||
render :layout => 'login'
|
# render :layout => 'login'
|
||||||
else
|
else
|
||||||
authenticate_user
|
authenticate_user
|
||||||
end
|
end
|
||||||
|
|
|
@ -418,11 +418,12 @@ a.uploadIcon {background:url(images/resource_icon_list.png) 8px -60px no-repeat;
|
||||||
.courseSend {width:260px; height:15px; line-height:15px; margin-bottom:10px;}
|
.courseSend {width:260px; height:15px; line-height:15px; margin-bottom:10px;}
|
||||||
.courseSendCheckbox {padding:0px; margin:0px; width:12px; height:12px; margin-right:10px; display:inline-block; margin-top:2px;}
|
.courseSendCheckbox {padding:0px; margin:0px; width:12px; height:12px; margin-right:10px; display:inline-block; margin-top:2px;}
|
||||||
.sendCourseName {font-size:12px; color:#5f6060;}
|
.sendCourseName {font-size:12px; color:#5f6060;}
|
||||||
.courseSendSubmit {width:50px; height:25px; line-height:25px; text-align:center; vertical-align:middle; background-color:#64bdd9; margin-right:25px; float:left;}
|
.courseSendSubmit {width:50px; height:25px; line-height:25px; text-align:center; vertical-align:middle; background-color:#64bdd9; margin-right:25px; float:left;cursor: pointer;}
|
||||||
.courseSendSubmit:hover {background-color:#0182bb;}
|
/*.courseSendSubmit:hover {background-color:#0182bb;}*/
|
||||||
.courseSendCancel {width:50px; height:25px; line-height:25px; text-align:center; vertical-align:middle; background-color:#c1c1c1; float:left}
|
.courseSendCancel {width:50px; height:25px; line-height:25px; text-align:center; vertical-align:middle; background-color:#c1c1c1; float:left}
|
||||||
a.sendSourceText {font-size:14px; color:#ffffff;}
|
a.sendSourceText {font-size:14px; color:#ffffff;}
|
||||||
input.sendSourceText {font-size:14px;color:#ffffff;background-color:#64bdd9;}
|
input.sendSourceText {font-size:14px;color:#ffffff;background-color:#64bdd9;cursor: pointer;}
|
||||||
|
/*input.sendSourceText:hover {font-size:14px; color:#ffffff;}*/
|
||||||
.resourcesSendTo {float:left; height:20px; margin-top:15px;}
|
.resourcesSendTo {float:left; height:20px; margin-top:15px;}
|
||||||
.resourcesSendType {border:1px solid #e6e6e6; width:60px; height:24px; outline:none; font-size:14px; color:#888888;}
|
.resourcesSendType {border:1px solid #e6e6e6; width:60px; height:24px; outline:none; font-size:14px; color:#888888;}
|
||||||
.courseReferContainer {float:left; max-height:120px;margin-right:16px;margin-bottom:10px; overflow:scroll; overflow-x:hidden;}
|
.courseReferContainer {float:left; max-height:120px;margin-right:16px;margin-bottom:10px; overflow:scroll; overflow-x:hidden;}
|
||||||
|
|
Loading…
Reference in New Issue