[PR #29] [CLOSED] Standardized div layers, from openwrt page. #61

Closed
opened 2026-03-04 12:24:19 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/brvphoenix/luci-app-wrtbwmon/pull/29
Author: @kongfl888
Created: 8/20/2020
Status: Closed

Base: masterHead: master


📝 Commits (2)

  • 378ba0e Standardized div layers, from openwrt page.
  • 5322fc1 Details:give update-status a clear style selector and update css for it.

📊 Changes

2 files changed (+84 additions, -82 deletions)

View changed files

📝 luci-app-wrtbwmon/htdocs/luci-static/resources/view/wrtbwmon/details.js (+82 -80)
📝 luci-app-wrtbwmon/htdocs/luci-static/resources/view/wrtbwmon/wrtbwmon.css (+2 -2)

📄 Description

按openwrt默认标准化div层
使用以下排版

<div class="cbi-map">
   <h2></h2>
   <div class="cbi-section"></div>
</div>

减少某些主题页面不兼容


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/brvphoenix/luci-app-wrtbwmon/pull/29 **Author:** [@kongfl888](https://github.com/kongfl888) **Created:** 8/20/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`378ba0e`](https://github.com/brvphoenix/luci-app-wrtbwmon/commit/378ba0e6fdd5aa1ac371d045c0affe7e3ea74bf3) Standardized div layers, from openwrt page. - [`5322fc1`](https://github.com/brvphoenix/luci-app-wrtbwmon/commit/5322fc17852eaa5c1862f4cd42f25d532cb468f7) Details:give update-status a clear style selector and update css for it. ### 📊 Changes **2 files changed** (+84 additions, -82 deletions) <details> <summary>View changed files</summary> 📝 `luci-app-wrtbwmon/htdocs/luci-static/resources/view/wrtbwmon/details.js` (+82 -80) 📝 `luci-app-wrtbwmon/htdocs/luci-static/resources/view/wrtbwmon/wrtbwmon.css` (+2 -2) </details> ### 📄 Description 按openwrt默认标准化div层 使用以下排版 ``` <div class="cbi-map"> <h2></h2> <div class="cbi-section"></div> </div> ``` 减少某些主题页面不兼容 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 12:24:19 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/luci-app-wrtbwmon-brvphoenix#61
No description provided.