Skip to content

Commit

Permalink
2015 Stats Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Charlesleonius committed Feb 15, 2015
1 parent 180489b commit d3f3304
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion go_stats.php
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ function go_stats_task_list () {
if ($is_admin) {
?>
<button class='go_stats_task_admin_submit' task='<?php echo $task->post_id;?>'>SEND</button>
<input type='text' class='go_stats_task_admin_message' id='go_stats_task_<?php echo $task->post_id ?>_message' name='go_stats_task_admin_message' placeholder='See me' style= "width: 200px;"/>
<input type='text' class='go_stats_task_admin_message' id='go_stats_task_<?php echo $task->post_id ?>_message' name='go_stats_task_admin_message' placeholder='See me'/>

<?php
}
Expand Down
13 changes: 6 additions & 7 deletions styles/go_stats.css
Original file line number Diff line number Diff line change
Expand Up @@ -222,15 +222,14 @@
}

.go_stats_task_admin_message{
float: right;
font-size: 12px;
line-height: 14px;
height: 16px;
width: 40%;
float: right !important;
line-height: 14px !important;
height: 16px !important;
display: inline-block;
margin: 5.5px 0px 2px 4px;
padding: 0px;
margin: 5.5px 0px 2px 4px !important;
padding: 0px !important;
overflow: hidden;
width: 200px !important;
}

.go_stats_task_stage_url{
Expand Down

0 comments on commit d3f3304

Please sign in to comment.