~joetalbott/ubuntu-ci-services-itself/workflow_logs

« back to all changes in this revision

Viewing changes to webui/webui.css

  • Committer: Joe Talbott
  • Date: 2014-03-14 18:27:36 UTC
  • Revision ID: joe.talbott@canonical.com-20140314182736-ddx2lfkrx6j3fmv3
webui - Fix row linking to support middle-click in FF.

Fixes: LP:1292559

Show diffs side-by-side

added added

removed removed

Lines of Context:
131
131
  margin: 0.5em;
132
132
}
133
133
 
 
134
td a.row_link {
 
135
  display: block;
 
136
  width: 100%;
 
137
  height: 100%;
 
138
  line-height: 100%;
 
139
  padding: 5px;
 
140
}
 
141
 
134
142
tr.yui3-datatable-even,tr.yui3-datatable-odd {
135
 
  cursor: pointer;
136
143
  background-color: #EFEFEF;
137
144
}
138
145
 
140
147
  background-color: #EFEFEF;
141
148
}
142
149
 
 
150
.yui3-skin-sam .yui3-datatable-cell {
 
151
  padding: 0px;
 
152
}
 
153
 
143
154
#refresh {
144
155
  padding: 5px;
145
156
}