This file contains hidden or 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
table { | |
border: solid 1px #fc0; | |
border-collapse: collapse; | |
} | |
table caption { | |
font-weight: bold; | |
font-size: 125%; | |
text-transform: uppercase; | |
} |
This file contains hidden or 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
#myDiv { | |
border: 1px solid red; | |
margin: 10px; | |
} |
This file contains hidden or 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
.ui-calculator { width:9.65em; } | |
.ui-calculator-container { padding:.2em .2em 0; } | |
.ui-calculator-display { width:12.3em; padding:.3em; margin-bottom:.3em; font-size:0.7em; overflow:auto; } | |
.ui-calculator-numberpad, .ui-calculator-functionpad { width:7em; float:left; } | |
.ui-calculator-functionpad { width:2em; } | |
.ui-calculator li { float:left; margin:0 .2em .2em 0; } | |
.ui-calculator-button { display:block; width:2em; height:1.2em; padding:.3em 0 .5em; text-align:center; border:0; } | |
.ui-calculator-button-wide { width:4.3em; } | |
.ui-calculator-icon { margin:.2em auto; } |
This file contains hidden or 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
body { | |
font: normal 11px auto "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; | |
color: #4f6b72; | |
background: #E6EAE9; | |
} | |
a { | |
color: #c75f3e; | |
} |
This file contains hidden or 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
<div class="demo"> | |
<p>Date: <input type="text" id="datepicker"></p> | |
</div> |
This file contains hidden or 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
<button id="button1"> | |
show an alert box after 4 seconds | |
</button><br> | |
<button id="button2">Cancel</button><br/> | |
<button id="button3">Click Me</button><br/> |
This file contains hidden or 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
div { position: absolute; width: 60px; height: 60px; float: left; top: 30px; } | |
.first { background-color: #3f3; left: 0; } | |
.second { background-color: #33f; left: 80px; } | |
.third { background-color: #f33; left: 0; top: 135px; } |
This file contains hidden or 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
<div id="container"> | |
<div id="sub1"> | |
<div id="sub2"> | |
<div id="sub3"> | |
<div id="sub4"> | |
<ul> | |
<li>One</li> | |
<li>Two</li> | |
<li>Three</li> | |
<li>Four</li> |
This file contains hidden or 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
[{"info":{"session_id":"2","gid":"week_begin_date","week_begin_date":"2012-01-30","week_begin_ts":1327881600,"week_end_date":"2012-02-05","week_end_ts":1328400000,"links":{"print_link":"http:\/\/gjs-cas.workbuddy\/roster\/print\/2,2,,2,"},"group_by":"period","subgroup_by":"day","num_shifts":{"1327881600":3,"1327968000":3,"1328054400":3,"1328140800":3,"1328227200":3,"1328313600":3,"1328400000":2},"group_bill_cost":0,"group_cost":1101.102,"group_hours":141.5,"group_hours_breaks":128.5,"group_hours_with_leave":141.5,"group_hours_breaks_with_leave":128.5,"daily_costs":{"1327881600":186.7517,"1327968000":176.2606,"1328054400":136.7513,"1328140800":178.3006,"1328227200":173.4204,"1328313600":151.4118,"1328400000":98.2056},"daily_hours":{"1327881600":22.5,"1327968000":21,"1328054400":21,"1328140800":21,"1328227200":22.5,"1328313600":22,"1328400000":11.5},"daily_hours_breaks":{"1327881600":20.5,"1327968000":19,"1328054400":19,"1328140800":19,"1328227200":20.5,"1328313600":20,"1328400000":10.5},"daily_hours_with_leave |
This file contains hidden or 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
<a href="#" id="show_cols" class="pos_r" onClick="return false">Show Columns</a><div style='clear:right;display:none'></div> | |
<div id="show_cols_blk" class="modal1" style="display: none"> | |
<ul id="list_to_sort" class="ltable"> | |
<li class="lrow ltab"> | |
<div class="lcell l1"><input type="checkbox" onclick="checkall('show_cols[]',this,this.up('form'));" name="dummy" value=""></div> | |
<div class="lcell l2 ll">Column</div> | |
<div class="lclear"></div> | |
</li> | |
<li id="order_1" class="lrow ls "><div class="lcell l1"><input type="checkbox" name="show_cols[]" value="display_name" checked "/></div><div class="lcell l2 ll">Display Name</div><div class="lclear"></div></li><li id="order_2" class="lrow ls lhighlight"><div class="lcell l1"><input type="checkbox" name="show_cols[]" value="staff_work_id" checked "/></div><div class="lcell l2 ll">Staff Work Id</div><div class="lclear"></div></li><li id="order_3" class="lrow ls "><div class="lcell l1"><input type="checkbox" name="show_cols[]" value="position" checked |