mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 17:33:49 +01:00
Add appname prefix to accesslog css classes, and add them to app.css
This commit is contained in:
parent
fb5c859b8a
commit
8d4e50920c
@ -37,7 +37,7 @@
|
|||||||
<date-time id="${row}[lo]" readonly="true"/>
|
<date-time id="${row}[lo]" readonly="true"/>
|
||||||
<date-duration id="${row}[total]" readonly="true" options=",hm,24"/>
|
<date-duration id="${row}[total]" readonly="true" options=",hm,24"/>
|
||||||
<date-since id="${row}[session_dla]" readonly="true"/>
|
<date-since id="${row}[session_dla]" readonly="true"/>
|
||||||
<description statustext="$row_cont[user_agent]" id="{$row}[user_agent]" class="userAgent"/>
|
<description statustext="$row_cont[user_agent]" id="{$row}[user_agent]" class="admin_userAgent"/>
|
||||||
</row>
|
</row>
|
||||||
</rows>
|
</rows>
|
||||||
</grid>
|
</grid>
|
||||||
@ -50,7 +50,7 @@
|
|||||||
</columns>
|
</columns>
|
||||||
<rows>
|
<rows>
|
||||||
<row disabled="!@msg">
|
<row disabled="!@msg">
|
||||||
<description align="center" id="msg" span="all" class="redItalic"/>
|
<description align="center" id="msg" span="all" class="message"/>
|
||||||
<description/>
|
<description/>
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
@ -66,14 +66,6 @@
|
|||||||
</grid>
|
</grid>
|
||||||
<styles>
|
<styles>
|
||||||
.selectAllArrow { padding-right: 12px; }
|
.selectAllArrow { padding-right: 12px; }
|
||||||
td.userAgent { max-width: 200px; }
|
|
||||||
td.userAgent span {
|
|
||||||
display: block;
|
|
||||||
white-space: nowrap;
|
|
||||||
width: 100%;
|
|
||||||
overflow: hidden;
|
|
||||||
text-overflow: ellipsis;
|
|
||||||
}
|
|
||||||
</styles>
|
</styles>
|
||||||
</template>
|
</template>
|
||||||
</overlay>
|
</overlay>
|
@ -41,3 +41,12 @@ tr.adminAccountInactive .adminStatus {
|
|||||||
img.admin_aclApp {
|
img.admin_aclApp {
|
||||||
width: 16px;
|
width: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
td.admin_userAgent { max-width: 200px; }
|
||||||
|
td.admin_userAgent span {
|
||||||
|
display: block;
|
||||||
|
white-space: nowrap;
|
||||||
|
width: 100%;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user