Subbu1304 commited on
Commit
4d8d715
·
verified ·
1 Parent(s): 81ed2f1

Update templates/customer_details.html

Browse files
Files changed (1) hide show
  1. templates/customer_details.html +3 -33
templates/customer_details.html CHANGED
@@ -71,7 +71,7 @@
71
  cursor: pointer;
72
  }
73
 
74
- /* .update-btn {
75
  background-color: #0FAA39;
76
  color: white;
77
  border: none;
@@ -79,7 +79,7 @@
79
  padding: 10px 20px;
80
  font-size: 1rem;
81
  cursor: pointer;
82
- width: 100%;
83
  font-weight: bold; /* Making the button text bold */
84
  }
85
 
@@ -95,45 +95,15 @@
95
  padding: 10px 20px;
96
  font-size: 1rem;
97
  cursor: pointer;
98
- width: 100%;
99
  font-weight: bold; /* Making the button text bold */
100
  }
101
 
102
  .edit-btn:hover {
103
  background-color: #0f8e29;
104
  }
105
- */
106
- .update-btn {
107
- background-color: #0FAA39;
108
- color: white;
109
- border: none;
110
- border-radius: 5px;
111
- padding: 8px 16px; /* Reduced padding for a smaller button */
112
- font-size: 0.9rem; /* Slightly smaller font size */
113
- cursor: pointer;
114
- font-weight: bold;
115
- transition: background-color 0.3s ease; /* Smooth transition for hover effect */
116
- }
117
 
118
- .update-btn:hover {
119
- background-color: #0f8e29;
120
- }
121
 
122
- .edit-btn {
123
- background-color: #0FAA39;
124
- color: white;
125
- border: none;
126
- border-radius: 5px;
127
- padding: 8px 16px; /* Reduced padding for a smaller button */
128
- font-size: 0.9rem; /* Slightly smaller font size */
129
- cursor: pointer;
130
- font-weight: bold;
131
- transition: background-color 0.3s ease; /* Smooth transition for hover effect */
132
- }
133
-
134
- .edit-btn:hover {
135
- background-color: #0f8e29;
136
- }
137
 
138
  /* Button container adjustments */
139
  .button-container {
 
71
  cursor: pointer;
72
  }
73
 
74
+ .update-btn {
75
  background-color: #0FAA39;
76
  color: white;
77
  border: none;
 
79
  padding: 10px 20px;
80
  font-size: 1rem;
81
  cursor: pointer;
82
+ width: 20%;
83
  font-weight: bold; /* Making the button text bold */
84
  }
85
 
 
95
  padding: 10px 20px;
96
  font-size: 1rem;
97
  cursor: pointer;
98
+ width: 20%;
99
  font-weight: bold; /* Making the button text bold */
100
  }
101
 
102
  .edit-btn:hover {
103
  background-color: #0f8e29;
104
  }
 
 
 
 
 
 
 
 
 
 
 
 
105
 
 
 
 
106
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
107
 
108
  /* Button container adjustments */
109
  .button-container {