-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
thamizh
committed
Jul 20, 2013
1 parent
a62c05d
commit bf79b83
Showing
12 changed files
with
287 additions
and
339 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
/* | ||
*= require_self | ||
*= require angular-ui | ||
*= require_tree . | ||
*/ | ||
ul{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,131 +1,155 @@ | ||
.welcomeMsg{ | ||
text-align: center; | ||
background: #FFFEC2; | ||
outline: 1px #eee solid; | ||
margin-top: 50px; | ||
margin-bottom: -25px; | ||
|
||
.search .title{ | ||
padding: 15px 0px; | ||
} | ||
.key-search{ | ||
margin-top: 100px; | ||
.search .input-keyword{ | ||
margin-bottom: 10px; | ||
height: 30px; | ||
} | ||
.display_result{ | ||
background: #ddd; | ||
margin-bottom: 10px; | ||
color: green; | ||
padding: 10px; | ||
font-size: 14px; | ||
} | ||
.error{ | ||
color:red; | ||
.search .candidate-list ul{ | ||
margin-left: -5px; | ||
list-style: none; | ||
} | ||
.search-input{ | ||
width:75%; | ||
height:30px !important; | ||
.search .candidate-list a{ | ||
color: #000; | ||
text-decoration: underline; | ||
} | ||
|
||
.content{ | ||
outline: #eee solid 1px; | ||
background: #eee; | ||
.search .candidate-list span{ | ||
display: block; | ||
} | ||
|
||
.quick-view-box{ | ||
background: #fff; | ||
height: 500px; | ||
outline: #eee solid 1px; | ||
margin-left: 5px; | ||
height: 500px; | ||
overflow-y: auto; | ||
overflow-x:hidden; | ||
.search .candidate-list{ | ||
margin-bottom: 0px; | ||
margin-left: -10px; | ||
margin-top: 0px; | ||
overflow-y: auto; | ||
overflow-x: hidden; | ||
width: 619px; | ||
height: 785px; | ||
} | ||
.candidate-list-box span,.candidate-list span,.NameDiv span{ | ||
display: block; | ||
.search .candidate-list .blue{ | ||
background: #eaf5fd; | ||
} | ||
.candidate-list{ | ||
font-size: 12px; | ||
background: #fff; | ||
height: 500px; | ||
outline: #eee solid 1px; | ||
margin-left: 0px; | ||
list-style: none; | ||
height: 500px; | ||
overflow: auto; | ||
|
||
.search .candidate-list img{ | ||
margin-left: 10px; | ||
margin-top: -18px; | ||
} | ||
.candidate-list li{ | ||
padding:10px 0px 10px 0px; | ||
outline: #eee solid 1px; | ||
.search .candidate-list li{ | ||
width: 615px; | ||
margin-left: 5px; | ||
padding: 15px 0px 8px 0px; | ||
border-bottom: 1px #eee dashed; | ||
} | ||
|
||
.name{ | ||
font-weight: bold; | ||
.search .candidate-list input{ | ||
margin-top: 0px; | ||
} | ||
.selectcheck{ | ||
width:15px; | ||
.search .candidatre-list-inner{ | ||
width: 614px; | ||
} | ||
|
||
.sortBy{ | ||
.search .candidatre-list-inner div{ | ||
display: inline-block; | ||
margin-top: 5px; | ||
padding-right: 10px; | ||
} | ||
.bottomLink{ | ||
margin-left: 10px; | ||
margin-top: 5px; | ||
.search .candidatre-list-inner .details{ | ||
padding-right: 0px; | ||
} | ||
.sortBy li,.bottomLink li{ | ||
float: left; | ||
padding:0px 25px 0px 0px; | ||
.search .name-title,.search .keys,.search .check,.search .phone{ | ||
margin-top: 10px; | ||
} | ||
.selectAll{ | ||
margin-left: 0px; | ||
margin-top: 5px; | ||
.search .name-title{ | ||
width: 120px; | ||
} | ||
.headLink{ | ||
background: #F7F7F7; | ||
padding: 5px 0px 5px 10px; | ||
outline: #eee solid 1px; | ||
.search .keys{ | ||
width: 210px; | ||
} | ||
.QV-content,.edit-content{ | ||
padding: 20px 15px 25px 15px; | ||
position: relative; | ||
.search .phone{ | ||
width: 95px; | ||
} | ||
.search .check{ | ||
} | ||
.sortBy{ | ||
max-width: 615px; | ||
background: #000; | ||
color: #fff; | ||
margin-left: -6px; | ||
margin-top: -5px; | ||
height: 25px; | ||
padding: 5px 12px; | ||
} | ||
.sortBy button, .bottomLink button { | ||
border: none !important; | ||
background: none !important; | ||
-moz-box-shadow: none !important; | ||
-webkit-box-shadow: none !important; | ||
color: #fff; | ||
text-decoration: underline; | ||
} | ||
.bottomLink{ | ||
margin-top: 15px; | ||
} | ||
.bottomLink button{ | ||
font-family: fgmc; | ||
font-size: 17px; | ||
color: #0084ab; | ||
padding-right: 30px; | ||
} | ||
.sortBy img{ | ||
padding-left: 5px; | ||
} | ||
.sortBy .selectall{ | ||
margin-right: -15px; | ||
} | ||
.sortBy span{ | ||
display: inline-block; | ||
padding-right: 10px; | ||
} | ||
.width609{ | ||
width: 609px; | ||
} | ||
.innerDiv{ | ||
padding: 5px 0px 0px 0px; | ||
|
||
.quickView { | ||
margin-left: 30px; | ||
color: #594b4e; | ||
} | ||
.bold{ | ||
font-weight: bold; | ||
.quickview .info{ | ||
border-bottom: 1px #eee solid; | ||
padding: 10px 0px; | ||
} | ||
.innerDiv span{ | ||
|
||
.quickView span{ | ||
display: block; | ||
font-size: 12px; | ||
padding: 5px; | ||
font-size: 16px ; | ||
} | ||
.profile-box{ | ||
position: absolute; | ||
right: 25px; | ||
.quickView .name{ | ||
font-size: 21px !important; | ||
font-family: fgmc; | ||
color: #0297c5; | ||
} | ||
|
||
.edit-content{ | ||
display: none; | ||
padding-left:20px; | ||
.profile-box .displayBlock{ | ||
font-size: 16px; | ||
margin-top: 8px; | ||
} | ||
.edit-content input {display: inline; | ||
width: auto !important; } | ||
.new-note-form{ | ||
display: none; | ||
.fieldTitle{ | ||
font-family: fgmc; | ||
font-size: 18px !important; | ||
} | ||
.fieldTitle a{ | ||
font-family: "Calibri"; | ||
font-size: 14px !important; | ||
padding-left: 25px; | ||
} | ||
.footer-search{ | ||
height: 75px; | ||
} | ||
|
||
.notes_date{color: #0088cc; | ||
margin-bottom: 0px;} | ||
|
||
.notes_note{text-indent: 20px; | ||
margin-bottom: 15px;} | ||
|
||
|
||
.sortBy button, .bottomLink button{ | ||
border: none !important; | ||
background: none !important; | ||
-moz-box-shadow:none !important; | ||
-webkit-box-shadow:none !important; | ||
|
||
.no-more-list-box{ | ||
height:785px; | ||
text-align: center; | ||
margin-top: 100px; | ||
font-family: fgb; | ||
font-size: 15px; | ||
} | ||
.sortBy button[disabled],.bottomLink button[disabled]{ | ||
color: #888888; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.