Page MenuHomestyx hydra

phui-left-right.css
No OneTemporary

phui-left-right.css

/**
* @provides phui-left-right-css
*/
.phui-left-right-view {
display: table;
width: 100%;
}
.phui-lr-container {
display: table-row;
}
.phui-left-view {
display: table-cell;
text-align: left;
}
.phui-right-view {
display: table-cell;
text-align: right;
}
.phui-left-view .button {
margin-right: 8px;
}
.phui-right-view .button {
margin-left: 8px;
}
.phui-lr-view-top .phui-left-view,
.phui-lr-view-top .phui-right-view {
vertical-align: top;
}
.phui-lr-view-bottom .phui-left-view,
.phui-lr-view-bottom .phui-right-view {
vertical-align: bottom;
}

File Metadata

Mime Type
text/plain
Expires
Wed, Nov 26, 8:18 PM (16 h, 19 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
399816
Default Alt Text
phui-left-right.css (582 B)

Event Timeline